Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/openbmc/linux/kernel/sched/
H A Dwait.c251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/openbmc/linux/fs/
H A Deventpoll.c1255 !(pollflags & POLLFREE)) { in ep_poll_callback()
1285 if (pollflags & POLLFREE) { in ep_poll_callback()
H A Daio.c1812 if (mask & POLLFREE) { in aio_poll_wake()
/openbmc/linux/io_uring/
H A Dpoll.c430 if (unlikely(mask & POLLFREE)) in io_poll_wake()