Home
last modified time | relevance | path

Searched refs:epoll (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/tools/perf/bench/
DBuild10 perf-y += epoll-wait.o
11 perf-y += epoll-ctl.o
/Linux-v5.10/tools/perf/Documentation/
Dperf-bench.txt64 'epoll'::
65 Eventpoll (epoll) stressing benchmarks.
223 SUITES FOR 'epoll'
Dperf-timechart.txt31 in poll/epoll/select syscalls.
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dfs.rst369 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
Dnet.rst195 For more than that you probably want to use epoll.
/Linux-v5.10/tools/testing/selftests/
DMakefile17 TARGETS += filesystems/epoll
/Linux-v5.10/Documentation/networking/
Dkcm.rst239 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
Dip-sysctl.rst869 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
/Linux-v5.10/Documentation/filesystems/
Dinotify.rst36 can use epoll, but requiring both is a silly and extraneous requirement.
Dproc.rst1919 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/
Dringbuf.rst80 - epoll notifications for new incoming data;
135 One such heuristic might involve more fine-grained control over poll/epoll
/Linux-v5.10/Documentation/accounting/
Dpsi.rst81 used to wait for trigger events using select(), poll() or epoll().
/Linux-v5.10/Documentation/core-api/
Drbtree.rst32 trees, as are epoll file descriptors, cryptographic keys, and network
/Linux-v5.10/fs/
Dio_uring.c666 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/
Ddesign.txt403 Notification of new events is possible through poll()/select()/epoll() and
/Linux-v5.10/Documentation/process/
Dadding-syscalls.rst29 ``poll``/``select``/``epoll`` to receive that notification.
/Linux-v5.10/Documentation/translations/it_IT/process/
Dadding-syscalls.rst35 utilizzare ``poll``/``select``/``epoll`` per ricevere quelle notifiche.
/Linux-v5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1126 * UML interrupt controller uses epoll - this is UML waiting for IO
/Linux-v5.10/init/
DKconfig1553 support for epoll family of system calls.