Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dwait.h226 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) macro
/kernel/linux/linux-5.10/include/linux/
Dwait.h215 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) macro