Home
last modified time | relevance | path

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

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