Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/asm-generic/
Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/Linux-v6.6/kernel/sched/
Dwait.c251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/Linux-v6.6/fs/
Deventpoll.c1219 !(pollflags & POLLFREE)) { in ep_poll_callback()
1249 if (pollflags & POLLFREE) { in ep_poll_callback()
Daio.c1801 if (mask & POLLFREE) { in aio_poll_wake()
/Linux-v6.6/io_uring/
Dpoll.c423 if (unlikely(mask & POLLFREE)) in io_poll_wake()