Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Deventpoll.h28 #define EPOLL_CTL_MOD 3 macro
/Linux-v5.4/arch/um/os-Linux/
Dirq.c117 result = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &event); in os_mod_epoll_fd()
/Linux-v5.4/tools/perf/bench/
Depoll-ctl.c147 error = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &ev); in do_epoll_op()
Depoll-wait.c228 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn()
/Linux-v5.4/fs/
Deventpoll.c2153 if (op == EPOLL_CTL_MOD) in SYSCALL_DEFINE4()
2229 case EPOLL_CTL_MOD: in SYSCALL_DEFINE4()