Searched refs:POLLFREE (Results 1 – 4 of 4) sorted by relevance
32 #define POLLFREE (__force __poll_t)0x4000 macro
230 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
120 * pwqlist - ep->mtx for writes; POLLFREE clears pwq->whead195 * POLLFREE handshake200 * 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...]
407 if (unlikely(mask & POLLFREE)) in io_poll_wake()