Searched refs:EPOLL_CTL_MOD (Results 1 – 11 of 11) sorted by relevance
| /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 D | eventpoll.h | 28 #define EPOLL_CTL_MOD 3 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 D | eventpoll.h | 28 #define EPOLL_CTL_MOD 3 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | eventpoll.h | 28 #define EPOLL_CTL_MOD 3 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 D | epoll.h | 72 #define EPOLL_CTL_MOD 3 /* Change file descriptor epoll_event structure. */ 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 D | epoll.h | 72 #define EPOLL_CTL_MOD 3 /* Change file descriptor epoll_event structure. */ macro
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | irq.c | 117 result = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &event); in os_mod_epoll_fd()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | epoll-ctl.c | 146 error = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &ev); in do_epoll_op()
|
| H A D | epoll-wait.c | 227 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventpoll.c | 2197 if (op == EPOLL_CTL_MOD) in do_epoll_ctl() 2283 case EPOLL_CTL_MOD: in do_epoll_ctl()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 491 (void) epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_MOD, osfd->fd, &ev); in epoll_mod()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/ |
| H A D | epoll_wakeup_test.c | 3087 epoll_ctl(ctx->efd[0], EPOLL_CTL_MOD, ctx->sfd[0], &e); in epoll59_thread()
|