Home
last modified time | relevance | path

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

/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()
229 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
244 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable()
254 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, state); in wait_for_completion_state()
278 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()