Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dpoll.h31 #define POLLFREE 0x4000 /* currently only for epoll */ macro
/linux-4.4.14/fs/
Dsignalfd.c47 wake_up_poll(wqh, POLLHUP | POLLFREE); in signalfd_cleanup()
Deventpoll.c1006 if ((unsigned long)key & POLLFREE) { in ep_poll_callback()