Searched refs:__wake_up_common (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | wait.c | 92 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() function 125 remaining = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, in __wake_up_common_lock() 160 __wake_up_common(wq_head, mode, nr, 0, NULL); in __wake_up_locked() 166 __wake_up_common(wq_head, mode, 1, 0, key); in __wake_up_locked_key() 215 __wake_up_common(wq_head, mode, 1, WF_SYNC, key); in __wake_up_locked_sync_key()
|