Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Depoll.c26 struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl_prep() local
35 epoll->epfd = READ_ONCE(sqe->fd); in io_epoll_ctl_prep()
36 epoll->op = READ_ONCE(sqe->len); in io_epoll_ctl_prep()
37 epoll->fd = READ_ONCE(sqe->off); in io_epoll_ctl_prep()
39 if (ep_op_has_event(epoll->op)) { in io_epoll_ctl_prep()
43 if (copy_from_user(&epoll->event, ev, sizeof(*ev))) in io_epoll_ctl_prep()
DMakefile7 openclose.o uring_cmd.o epoll.o \
/linux-6.1.9/tools/perf/bench/
DBuild10 perf-y += epoll-wait.o
11 perf-y += epoll-ctl.o
/linux-6.1.9/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-6.1.9/Documentation/translations/zh_CN/accounting/
Dpsi.rst69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
/linux-6.1.9/Documentation/filesystems/
Dapi-summary.rst125 eventpoll (epoll) interfaces
Dinotify.rst36 can use epoll, but requiring both is a silly and extraneous requirement.
Dproc.rst1917 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags
1960 associated with a target [see epoll(7) for more details].
/linux-6.1.9/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.rst199 For more than that you probably want to use epoll.
/linux-6.1.9/tools/testing/selftests/
DMakefile22 TARGETS += filesystems/epoll
/linux-6.1.9/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.rst991 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Drbtree.rst33 未完成的定时器请求。ext3文件系统用红黑树跟踪目录项。虚拟内存区域(VMAs)、epoll
/linux-6.1.9/Documentation/bpf/
Dringbuf.rst80 - epoll notifications for new incoming data;
135 One such heuristic might involve more fine-grained control over poll/epoll
/linux-6.1.9/Documentation/accounting/
Dpsi.rst80 used to wait for trigger events using select(), poll() or epoll().
/linux-6.1.9/Documentation/core-api/
Drbtree.rst32 trees, as are epoll file descriptors, cryptographic keys, and network
/linux-6.1.9/tools/perf/
Ddesign.txt406 Notification of new events is possible through poll()/select()/epoll() and
/linux-6.1.9/Documentation/process/
Dadding-syscalls.rst29 ``poll``/``select``/``epoll`` to receive that notification.
/linux-6.1.9/Documentation/translations/it_IT/process/
Dadding-syscalls.rst35 utilizzare ``poll``/``select``/``epoll`` per ricevere quelle notifiche.
/linux-6.1.9/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1135 * UML interrupt controller uses epoll - this is UML waiting for IO
/linux-6.1.9/init/
DKconfig1643 support for epoll family of system calls.