Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dwait.c164 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() function
168 EXPORT_SYMBOL_GPL(__wake_up_locked);
/linux/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)
/linux/
A Dvmlinux.symvers6237 0x00000000 __wake_up_locked vmlinux EXPORT_SYMBOL_GPL
A DSystem.map3385 ffff8000100d60a0 T __wake_up_locked
A D.tmp_System.map3385 ffff8000100d60a0 T __wake_up_locked

Completed in 339 milliseconds