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

/kernel/sched/
H A Dcompletion.c99 wait_for_common(struct completion *x, long timeout, int state) function
122 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE);
141 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE);
189 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE);
211 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE);
226 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE);
249 return wait_for_common(x, timeout, TASK_KILLABLE);

Completed in 30 milliseconds