Home
last modified time | relevance | path

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

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