Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Deventpoll.h60 static inline int ep_op_has_event(int op) in ep_op_has_event() function
/openbmc/linux/io_uring/
H A Depoll.c35 if (ep_op_has_event(epoll->op)) { in io_epoll_ctl_prep()
/openbmc/linux/fs/
H A Deventpoll.c2173 if (ep_op_has_event(op)) in do_epoll_ctl()
2190 if (ep_op_has_event(op) && (epds->events & EPOLLEXCLUSIVE)) { in do_epoll_ctl()
2308 if (ep_op_has_event(op) && in SYSCALL_DEFINE4()
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c291 if (ep_op_has_event(op) && in sys_oabi_epoll_ctl()