Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwait.h228 #define wake_up_sync(x) __wake_up_sync(x, TASK_NORMAL) macro
/openbmc/linux/fs/
H A Deventpoll.c1272 wake_up_sync(&ep->wq); in ep_poll_callback()