Home
last modified time | relevance | path

Searched refs:ep_op_has_event (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Deventpoll.h64 static inline int ep_op_has_event(int op) in ep_op_has_event() function
/linux-6.15/io_uring/
H A Depoll.c40 if (ep_op_has_event(epoll->op)) { in io_epoll_ctl_prep()
/linux-6.15/arch/arm/kernel/
H A Dsys_oabi-compat.c289 if (ep_op_has_event(op) && in sys_oabi_epoll_ctl()
/linux-6.15/fs/
H A Deventpoll.c2329 if (ep_op_has_event(op)) in do_epoll_ctl()
2346 if (ep_op_has_event(op) && (epds->events & EPOLLEXCLUSIVE)) { in do_epoll_ctl()
2458 if (ep_op_has_event(op) && in SYSCALL_DEFINE4()