Home
last modified time | relevance | path

Searched refs:do_epoll_op (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-ctl.c132 static inline void do_epoll_op(struct worker *w, int op, int fd) in do_epoll_op() function
168 do_epoll_op(w, op, fd); in do_random_epoll_op()
192 do_epoll_op(w, OP_EPOLL_ADD, w->fdmap[i]); in workerfn()
193 do_epoll_op(w, OP_EPOLL_MOD, w->fdmap[i]); in workerfn()
194 do_epoll_op(w, OP_EPOLL_DEL, w->fdmap[i]); in workerfn()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Depoll-ctl.c132 static inline void do_epoll_op(struct worker *w, int op, int fd) in do_epoll_op() function
168 do_epoll_op(w, op, fd); in do_random_epoll_op()
192 do_epoll_op(w, OP_EPOLL_ADD, w->fdmap[i]); in workerfn()
193 do_epoll_op(w, OP_EPOLL_MOD, w->fdmap[i]); in workerfn()
194 do_epoll_op(w, OP_EPOLL_DEL, w->fdmap[i]); in workerfn()

Completed in 2 milliseconds