Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Deventpoll.h60 static inline int ep_op_has_event(int op) in ep_op_has_event() function
/Linux-v5.15/fs/
Deventpoll.c2052 if (ep_op_has_event(op)) in do_epoll_ctl()
2069 if (ep_op_has_event(op) && (epds->events & EPOLLEXCLUSIVE)) { in do_epoll_ctl()
2181 if (ep_op_has_event(op) && in SYSCALL_DEFINE4()
Dio_uring.c4443 if (ep_op_has_event(req->epoll.op)) { in io_epoll_ctl_prep()
/Linux-v5.15/arch/arm/kernel/
Dsys_oabi-compat.c288 if (ep_op_has_event(op) && in sys_oabi_epoll_ctl()