Searched refs:POLLFREE (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | poll.h | 32 #define POLLFREE (__force __poll_t)0x4000 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | poll.h | 32 #define POLLFREE (__force __poll_t)0x4000 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | poll.h | 31 #define POLLFREE (__force __poll_t)0x4000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | poll.h | 44 #define POLLFREE (__force __poll_t) 0x4000 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | poll.h | 44 #define POLLFREE (__force __poll_t) 0x4000 macro
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | wait.c | 228 __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 D | wait.c | 251 __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 D | poll.c | 430 if (unlikely(mask & POLLFREE)) in io_poll_wake()
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 604 * 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 D | aio.c | 1722 } /* 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 D | eventpoll.c | 552 * 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 D | aio.c | 1716 } /* 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 D | io_uring.c | 5627 if (unlikely(mask & POLLFREE)) { in io_poll_wake()
|
Completed in 29 milliseconds