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

/linux-4.4.14/kernel/sched/
H A Dcompletion.c99 wait_for_common(struct completion *x, long timeout, int state) wait_for_common() function
122 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); wait_for_completion()
141 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); wait_for_completion_timeout()
190 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); wait_for_completion_interruptible()
212 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); wait_for_completion_interruptible_timeout()
227 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); wait_for_completion_killable()
250 return wait_for_common(x, timeout, TASK_KILLABLE); wait_for_completion_killable_timeout()

Completed in 53 milliseconds