Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Deventpoll.h70 return op != EPOLL_CTL_DEL; in ep_op_has_event()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Depoll.h71 #define EPOLL_CTL_DEL 2 /* Remove a file descriptor from the interface. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Depoll.h71 #define EPOLL_CTL_DEL 2 /* Remove a file descriptor from the interface. */ macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dirq.c134 result = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c285 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c2055 epoll_ctl(rtb_cfg.epollfd, EPOLL_CTL_DEL, fd, NULL); in rtb_init()
2056 epoll_ctl(rtb_cfg.epollfd, EPOLL_CTL_DEL, rtb_cfg.timerfd, NULL); in rtb_init()
/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c448 (void) epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_DEL, fd, &ev); in ospoll_remove()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c2277 case EPOLL_CTL_DEL: in do_epoll_ctl()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog22299 the call to epoll_ctl with EPOLL_CTL_DEL.