Home
last modified time | relevance | path

Searched refs:__wake_up_locked (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
A Dwait.c139 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() function
143 EXPORT_SYMBOL_GPL(__wake_up_locked);
/linux/include/linux/
A Dwait.h215 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr);
222 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
223 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)

Completed in 8 milliseconds