Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/linux/kernel/sched/
H A Dwait.c230 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux/io_uring/
H A Dpoll.c400 if (unlikely(mask & POLLFREE)) in io_poll_wake()
/linux/fs/
H A Daio.c1853 if (mask & POLLFREE) { in aio_poll_wake()