Searched refs:__wake_up_common (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 65 static void __wake_up_common(wait_queue_head_t *q, unsigned int mode, in __wake_up_common() function 95 __wake_up_common(q, mode, nr_exclusive, 0, key); in __wake_up() 105 __wake_up_common(q, mode, nr, 0, NULL); in __wake_up_locked() 111 __wake_up_common(q, mode, 1, 0, key); in __wake_up_locked_key() 145 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
|