Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwait.h229 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) macro
/openbmc/u-boot/include/linux/
H A Dcompat.h214 #define wake_up_interruptible(...) do { } while (0) macro