Home
last modified time | relevance | path

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

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