Searched refs:wait_task_inactive (Results 1 – 8 of 8) sorted by relevance
/linux/lib/ |
H 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/ |
H A D | idle_inject.c | 283 wait_task_inactive(iit->tsk, TASK_ANY); in idle_inject_stop()
|
/linux/kernel/ |
H A D | smpboot.c | 205 if (!wait_task_inactive(tsk, TASK_PARKED)) in __smpboot_create_thread()
|
H A D | kthread.c | 599 if (!wait_task_inactive(p, state)) { in __kthread_bind_mask() 756 WARN_ON_ONCE(!wait_task_inactive(k, TASK_PARKED)); in kthread_park() 864 if (!wait_task_inactive(p, TASK_UNINTERRUPTIBLE) || kthread->started) { in kthread_affine_preferred()
|
H A D | ptrace.c | 262 WARN_ON_ONCE(!wait_task_inactive(child, __TASK_TRACED|TASK_FROZEN))) in ptrace_check_attach()
|
/linux/fs/ |
H A D | coredump.c | 428 wait_task_inactive(ptr->task, TASK_ANY); in coredump_wait()
|
/linux/include/linux/ |
H A D | sched.h | 2001 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state);
|
/linux/kernel/sched/ |
H A D | core.c | 2242 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() function
|