Home
last modified time | relevance | path

Searched refs:POLLFREE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/uapi/asm-generic/
Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 /* currently only for epoll */ macro
/Linux-v5.10/fs/
Dsignalfd.c48 wake_up_poll(wqh, EPOLLHUP | POLLFREE); in signalfd_cleanup()
Deventpoll.c1256 !(pollflags & POLLFREE)) { in ep_poll_callback()
1286 if (pollflags & POLLFREE) { in ep_poll_callback()
/Linux-v5.10/drivers/android/
Dbinder.c4777 wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE); in binder_thread_release()