Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dwait.c167 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() function
171 EXPORT_SYMBOL_GPL(__wake_up_locked);
/linux-6.3-rc2/include/linux/
A 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)

Completed in 6 milliseconds