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

/linux-master/kernel/sched/
H A Dwait.c99 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, function
127 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key);
133 __wake_up_common_lock(wq_head, mode, 1, WF_CURRENT_CPU, key);
173 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key);

Completed in 110 milliseconds