Searched refs:epoll (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/tools/perf/bench/ |
D | Build | 10 perf-y += epoll-wait.o 11 perf-y += epoll-ctl.o
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-bench.txt | 64 'epoll':: 65 Eventpoll (epoll) stressing benchmarks. 223 SUITES FOR 'epoll'
|
D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
/Linux-v5.10/Documentation/admin-guide/sysctl/ |
D | fs.rst | 369 4. /proc/sys/fs/epoll - Configuration options for the epoll interface 372 This directory contains configuration options for the epoll(7) interface. 377 Every epoll file descriptor can store a number of files to be monitored
|
D | net.rst | 195 For more than that you probably want to use epoll.
|
/Linux-v5.10/tools/testing/selftests/ |
D | Makefile | 17 TARGETS += filesystems/epoll
|
/Linux-v5.10/Documentation/networking/ |
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
|
D | ip-sysctl.rst | 869 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
|
/Linux-v5.10/Documentation/filesystems/ |
D | inotify.rst | 36 can use epoll, but requiring both is a silly and extraneous requirement.
|
D | proc.rst | 1919 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags 1959 associated with a target [see epoll(7) for more details].
|
/Linux-v5.10/Documentation/bpf/ |
D | ringbuf.rst | 80 - epoll notifications for new incoming data; 135 One such heuristic might involve more fine-grained control over poll/epoll
|
/Linux-v5.10/Documentation/accounting/ |
D | psi.rst | 81 used to wait for trigger events using select(), poll() or epoll().
|
/Linux-v5.10/Documentation/core-api/ |
D | rbtree.rst | 32 trees, as are epoll file descriptors, cryptographic keys, and network
|
/Linux-v5.10/fs/ |
D | io_uring.c | 666 struct io_epoll epoll; member 4056 req->epoll.epfd = READ_ONCE(sqe->fd); in io_epoll_ctl_prep() 4057 req->epoll.op = READ_ONCE(sqe->len); in io_epoll_ctl_prep() 4058 req->epoll.fd = READ_ONCE(sqe->off); in io_epoll_ctl_prep() 4060 if (ep_op_has_event(req->epoll.op)) { in io_epoll_ctl_prep() 4064 if (copy_from_user(&req->epoll.event, ev, sizeof(*ev))) in io_epoll_ctl_prep() 4078 struct io_epoll *ie = &req->epoll; in io_epoll_ctl()
|
/Linux-v5.10/tools/perf/ |
D | design.txt | 403 Notification of new events is possible through poll()/select()/epoll() and
|
/Linux-v5.10/Documentation/process/ |
D | adding-syscalls.rst | 29 ``poll``/``select``/``epoll`` to receive that notification.
|
/Linux-v5.10/Documentation/translations/it_IT/process/ |
D | adding-syscalls.rst | 35 utilizzare ``poll``/``select``/``epoll`` per ricevere quelle notifiche.
|
/Linux-v5.10/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1126 * UML interrupt controller uses epoll - this is UML waiting for IO
|
/Linux-v5.10/init/ |
D | Kconfig | 1553 support for epoll family of system calls.
|