Searched refs:wake_up_sync (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | wait.h | 228 #define wake_up_sync(x) __wake_up_sync(x, TASK_NORMAL) macro |
/openbmc/linux/fs/ | ||
H A D | eventpoll.c | 1272 wake_up_sync(&ep->wq); in ep_poll_callback() |