Searched refs:wait_task_inactive (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/ |
| A D | syscall.c | 81 ncsw = wait_task_inactive(target, state); in task_current_syscall() 84 unlikely(wait_task_inactive(target, state) != ncsw)) in task_current_syscall()
|
| /linux/drivers/powercap/ |
| A D | idle_inject.c | 257 wait_task_inactive(iit->tsk, 0); in idle_inject_stop()
|
| /linux/kernel/ |
| A D | smpboot.c | 205 if (!wait_task_inactive(tsk, TASK_PARKED)) in __smpboot_create_thread()
|
| A D | kthread.c | 464 if (!wait_task_inactive(p, state)) { in __kthread_bind_mask() 614 WARN_ON_ONCE(!wait_task_inactive(k, TASK_PARKED)); in kthread_park()
|
| A D | ptrace.c | 270 if (!wait_task_inactive(child, __TASK_TRACED)) { in ptrace_check_attach()
|
| /linux/include/linux/ |
| A D | sched.h | 1943 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state); 1946 static inline unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() function
|
| /linux/fs/ |
| A D | coredump.c | 413 wait_task_inactive(ptr->task, 0); in coredump_wait()
|
| /linux/kernel/sched/ |
| A D | core.c | 3200 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() function
|
| /linux/ |
| A D | System.map | 3051 ffff8000100bc300 T wait_task_inactive
|
| A D | .tmp_System.map | 3051 ffff8000100bc300 T wait_task_inactive
|
Completed in 1043 milliseconds