Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/asm-generic/
Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/linux-6.12.1/kernel/sched/
Dwait.c211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux-6.12.1/fs/
Deventpoll.c1360 !(pollflags & POLLFREE)) { in ep_poll_callback()
1390 if (pollflags & POLLFREE) { in ep_poll_callback()
Daio.c1852 if (mask & POLLFREE) { in aio_poll_wake()
/linux-6.12.1/io_uring/
Dpoll.c437 if (unlikely(mask & POLLFREE)) in io_poll_wake()