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

/kernel/sched/
H A Dwait.c79 * __wake_up - wake up threads blocked on a waitqueue.
88 void __wake_up(wait_queue_head_t *q, unsigned int mode, function
97 EXPORT_SYMBOL(__wake_up); variable
100 * Same as __wake_up but called with the spinlock in wait_queue_head_t held.
393 __wake_up(wq, TASK_NORMAL, 1, &key);

Completed in 54 milliseconds