Searched refs:epoll (Results 1 – 19 of 19) sorted by relevance
| /linux/io_uring/ |
| H A D | epoll.c | 31 struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl_prep() local 36 epoll->epfd = READ_ONCE(sqe->fd); in io_epoll_ctl_prep() 37 epoll->op = READ_ONCE(sqe->len); in io_epoll_ctl_prep() 38 epoll->fd = READ_ONCE(sqe->off); in io_epoll_ctl_prep() 40 if (ep_op_has_event(epoll->op)) { in io_epoll_ctl_prep() 44 if (copy_from_user(&epoll->event, ev, sizeof(*ev))) in io_epoll_ctl_prep()
|
| /linux/tools/perf/bench/ |
| H A D | Build | 12 perf-bench-y += epoll-wait.o 13 perf-bench-y += epoll-ctl.o
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | inotify.rst | 40 用户也可以使用 epoll,但同时要求这两者是不合理且多余的。一个监控项所消耗的内存比一个打开的文
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 64 'epoll':: 65 Eventpoll (epoll) stressing benchmarks. 303 SUITES FOR 'epoll'
|
| H A D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_epoll_edge.pkt | 2 // epoll zerocopy test:
|
| H A D | tcp_zerocopy_epoll_exclusive.pkt | 2 // epoll zerocopy test:
|
| H A D | tcp_zerocopy_epoll_oneshot.pkt | 2 // epoll zerocopy test:
|
| /linux/Documentation/translations/zh_CN/accounting/ |
| H A D | psi.rst | 69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
|
| /linux/tools/testing/selftests/net/rds/ |
| H A D | test.py | 140 def recv_burst(epoll, socks, ip_addrs, rcv_hashes, nr_rcv): 141 """Drain whatever's readable from epoll. Return updated nr_recv.""" 142 for filen, evntmask in epoll.poll(): 250 ep = select.epoll()
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 37 TARGETS += filesystems/epoll
|
| /linux/Documentation/networking/ |
| H A D | kcm.rst | 239 processing thread and inserted into the epoll (similar to how SO_REUSEPORT 274 TCP socket attached to a KCM multiplexor in epoll set for POLLERR
|
| /linux/Documentation/filesystems/ |
| H A D | inotify.rst | 36 can use epoll, but requiring both is a silly and extraneous requirement.
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | rbtree.rst | 33 未完成的定时器请求。ext3文件系统用红黑树跟踪目录项。虚拟内存区域(VMAs)、epoll
|
| /linux/Documentation/bpf/ |
| H A D | ringbuf.rst | 80 - epoll notifications for new incoming data; 135 One such heuristic might involve more fine-grained control over poll/epoll
|
| /linux/Documentation/accounting/ |
| H A D | psi.rst | 80 used to wait for trigger events using select(), poll() or epoll().
|
| /linux/tools/perf/ |
| H A D | design.txt | 406 Notification of new events is possible through poll()/select()/epoll() and
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | adding-syscalls.rst | 35 utilizzare ``poll``/``select``/``epoll`` per ricevere quelle notifiche.
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | adding-syscalls.rst | 31 do usuário use ``poll``/``select``/``epoll`` para receber essa
|