Searched refs:wait_task_inactive (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.15/lib/ | 
| 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-v5.15/drivers/powercap/ | 
| D | idle_inject.c | 257 		wait_task_inactive(iit->tsk, 0);  in idle_inject_stop()
  | 
| /Linux-v5.15/kernel/ | 
| D | smpboot.c | 205 		if (!wait_task_inactive(tsk, TASK_PARKED))  in __smpboot_create_thread()
  | 
| 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()
  | 
| D | ptrace.c | 270 		if (!wait_task_inactive(child, __TASK_TRACED)) {  in ptrace_check_attach()
  | 
| /Linux-v5.15/include/linux/ | 
| D | sched.h | 1949 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state); 1952 static inline unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state)  in wait_task_inactive()  function
  | 
| /Linux-v5.15/fs/ | 
| D | coredump.c | 478 			wait_task_inactive(ptr->task, 0);  in coredump_wait()
  | 
| /Linux-v5.15/kernel/sched/ | 
| D | core.c | 3177 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state)  in wait_task_inactive()  function
  |