Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dpoll.h31 #define POLLFREE (__force __poll_t)0x4000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dpoll.h44 #define POLLFREE (__force __poll_t) 0x4000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dpoll.h44 #define POLLFREE (__force __poll_t) 0x4000 macro
/kernel/linux/linux-5.10/kernel/sched/
H A Dwait.c228 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
229 /* POLLFREE must have cleared the queue. */ in __wake_up_pollfree()
/kernel/linux/linux-6.6/kernel/sched/
H A Dwait.c251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
252 /* POLLFREE must have cleared the queue. */ in __wake_up_pollfree()
/kernel/linux/linux-6.6/io_uring/
H A Dpoll.c430 if (unlikely(mask & POLLFREE)) in io_poll_wake()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c604 * If it is cleared by POLLFREE, it should be rcu-safe. in ep_remove_wait_queue()
1264 !(pollflags & POLLFREE)) { in ep_poll_callback()
1294 if (pollflags & POLLFREE) { in ep_poll_callback()
H A Daio.c1722 } /* else, POLLFREE has freed the waitqueue, so we must complete */ in aio_poll_complete_work()
1743 } /* else, the request was force-cancelled by POLLFREE already */ in aio_poll_cancel()
1795 * is called), and we must not miss any wakeups. POLLFREE is an in aio_poll_wake()
1814 if (mask & POLLFREE) { in aio_poll_wake()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c552 * If it is cleared by POLLFREE, it should be rcu-safe. in ep_remove_wait_queue()
1219 !(pollflags & POLLFREE)) { in ep_poll_callback()
1249 if (pollflags & POLLFREE) { in ep_poll_callback()
H A Daio.c1716 } /* else, POLLFREE has freed the waitqueue, so we must complete */ in aio_poll_complete_work()
1737 } /* else, the request was force-cancelled by POLLFREE already */ in aio_poll_cancel()
1789 * is called), and we must not miss any wakeups. POLLFREE is an in aio_poll_wake()
1808 if (mask & POLLFREE) { in aio_poll_wake()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c5627 if (unlikely(mask & POLLFREE)) { in io_poll_wake()

Completed in 29 milliseconds