Searched refs:sleep_on_common (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/kernel/ |
D | sched.c | 4628 sleep_on_common(wait_queue_head_t *q, int state, long timeout) in sleep_on_common() function 4650 sleep_on_common(q, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in interruptible_sleep_on() 4657 return sleep_on_common(q, TASK_INTERRUPTIBLE, timeout); in interruptible_sleep_on_timeout() 4663 sleep_on_common(q, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in sleep_on() 4669 return sleep_on_common(q, TASK_UNINTERRUPTIBLE, timeout); in sleep_on_timeout()
|