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

/linux-master/include/uapi/asm-generic/
H A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/linux-master/kernel/sched/
H A Dwait.c211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE));
212 /* POLLFREE must have cleared the queue. */
/linux-master/fs/
H A Deventpoll.c640 * If it is cleared by POLLFREE, it should be rcu-safe.
1324 !(pollflags & POLLFREE)) {
1354 if (pollflags & POLLFREE) {
H A Daio.c1766 } /* else, POLLFREE has freed the waitqueue, so we must complete */
1787 } /* else, the request was force-cancelled by POLLFREE already */
1839 * is called), and we must not miss any wakeups. POLLFREE is an
1858 if (mask & POLLFREE) {
/linux-master/io_uring/
H A Dpoll.c436 if (unlikely(mask & POLLFREE))

Completed in 147 milliseconds