Home
last modified time | relevance | path

Searched refs:wait_for_common (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Dcompletion.c115 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common() function
138 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion()
157 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_timeout()
206 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible()
228 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
243 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable()
266 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
/kernel/linux/linux-5.10/Documentation/trace/
Dftrace.rst3533 7) 1936 112 wait_for_common+0x97/0xf1