Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Deventpoll.h68 static inline int ep_op_has_event(int op) in ep_op_has_event() function
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c2179 if (ep_op_has_event(op)) in do_epoll_ctl()
2196 if (ep_op_has_event(op) && (epds->events & EPOLLEXCLUSIVE)) { in do_epoll_ctl()
2322 if (ep_op_has_event(op) && in SYSCALL_DEFINE4()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_oabi-compat.c258 if (ep_op_has_event(op) && in sys_oabi_epoll_ctl()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4383 if (ep_op_has_event(req->epoll.op)) { in io_epoll_ctl_prep()