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