Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dwait.c172 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() function
176 EXPORT_SYMBOL_GPL(__wake_up_locked);
/Linux-v6.6/include/linux/
Dwait.h219 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr);
226 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
227 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)