Searched refs:wait_task_inactive (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/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-6.15/drivers/powercap/ |
| H A D | idle_inject.c | 283 wait_task_inactive(iit->tsk, TASK_ANY); in idle_inject_stop()
|
| /linux-6.15/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-6.15/fs/ |
| H A D | coredump.c | 428 wait_task_inactive(ptr->task, TASK_ANY); in coredump_wait()
|
| /linux-6.15/include/linux/ |
| H A D | sched.h | 2028 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state);
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 2247 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() function
|