Home
last modified time | relevance | path

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

12

/linux-6.12.1/io_uring/
Depoll.c26 struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl_prep() local
31 epoll->epfd = READ_ONCE(sqe->fd); in io_epoll_ctl_prep()
32 epoll->op = READ_ONCE(sqe->len); in io_epoll_ctl_prep()
33 epoll->fd = READ_ONCE(sqe->off); in io_epoll_ctl_prep()
35 if (ep_op_has_event(epoll->op)) { in io_epoll_ctl_prep()
39 if (copy_from_user(&epoll->event, ev, sizeof(*ev))) in io_epoll_ctl_prep()
DMakefile14 epoll.o statx.o timeout.o fdinfo.o \
/linux-6.12.1/tools/perf/bench/
DBuild11 perf-bench-y += epoll-wait.o
12 perf-bench-y += epoll-ctl.o
/linux-6.12.1/tools/perf/Documentation/
Dperf-bench.txt64 'epoll'::
65 Eventpoll (epoll) stressing benchmarks.
245 SUITES FOR 'epoll'
Dperf-timechart.txt31 in poll/epoll/select syscalls.
/linux-6.12.1/tools/testing/selftests/net/packetdrill/
Dtcp_zerocopy_epoll_edge.pkt2 // epoll zerocopy test:
Dtcp_zerocopy_epoll_exclusive.pkt2 // epoll zerocopy test:
Dtcp_zerocopy_epoll_oneshot.pkt2 // epoll zerocopy test:
/linux-6.12.1/Documentation/translations/zh_CN/accounting/
Dpsi.rst69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dfs.rst319 4. /proc/sys/fs/epoll - Configuration options for the epoll interface
322 This directory contains configuration options for the epoll(7) interface.
327 Every epoll file descriptor can store a number of files to be monitored
Dnet.rst201 For more than that you probably want to use epoll.
/linux-6.12.1/Documentation/filesystems/
Dapi-summary.rst122 eventpoll (epoll) interfaces
Dinotify.rst36 can use epoll, but requiring both is a silly and extraneous requirement.
Dproc.rst1985 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags
2028 associated with a target [see epoll(7) for more details].
/linux-6.12.1/tools/testing/selftests/net/rds/
Dtest.py164 ep = select.epoll()
/linux-6.12.1/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
/linux-6.12.1/tools/testing/selftests/
DMakefile33 TARGETS += filesystems/epoll
/linux-6.12.1/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.12.1/Documentation/translations/zh_CN/core-api/
Drbtree.rst33 未完成的定时器请求。ext3文件系统用红黑树跟踪目录项。虚拟内存区域(VMAs)、epoll
/linux-6.12.1/Documentation/accounting/
Dpsi.rst80 used to wait for trigger events using select(), poll() or epoll().
/linux-6.12.1/Documentation/core-api/
Drbtree.rst32 trees, as are epoll file descriptors, cryptographic keys, and network
/linux-6.12.1/tools/perf/
Ddesign.txt406 Notification of new events is possible through poll()/select()/epoll() and
/linux-6.12.1/Documentation/process/
Dadding-syscalls.rst29 ``poll``/``select``/``epoll`` to receive that notification.
/linux-6.12.1/Documentation/translations/it_IT/process/
Dadding-syscalls.rst35 utilizzare ``poll``/``select``/``epoll`` per ricevere quelle notifiche.
/linux-6.12.1/Documentation/translations/sp_SP/process/
Dadding-syscalls.rst34 usar ``poll``/``select``/``epoll`` para recibir esta notificación.

12