Searched refs:__wake_up_common_lock (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 124 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() function 160 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up() 166 __wake_up_common_lock(wq_head, mode, 1, WF_CURRENT_CPU, key); in __wake_up_on_current_cpu() 213 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key()
|