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/fs/
H A Deventpoll.c120 * pwqlist - ep->mtx for writes; POLLFREE clears pwq->whead
195 * POLLFREE handshake
200 * POLLFREE and must RCU-defer the head's free. The store/load pair:
202 * ep_poll_callback() POLLFREE branch:
880 * POLLFREE handshake, acquire side; see "POLLFREE handshake" in ep_remove_epi()
884 * in ep_poll_callback()'s POLLFREE branch: the teardown is in ep_remove_epi()
886 * rcu_read_lock() keeps the waitqueue memory alive (POLLFREE in ep_remove_epi()
1530 !(pollflags & POLLFREE)) { in attach_epitem()
1563 if (pollflags & POLLFREE) {
[all...]
/linux/io_uring/
H A Dpoll.c407 if (unlikely(mask & POLLFREE)) in io_poll_wake()