Home
last modified time | relevance | path

Searched defs:wake_up_all_locked (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dwait.h227 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) macro
/kernel/linux/linux-5.10/include/linux/
Dwait.h216 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) macro