Searched refs:wait_for_common (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | completion.c | 113 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common() function 136 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion() 155 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_timeout() 204 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible() 226 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout() 241 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable() 264 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 3346 7) 1936 112 wait_for_common+0x97/0xf1
|