Searched refs:epoll (Results 1 – 23 of 23) sorted by relevance
/linux-6.1.9/io_uring/ |
D | epoll.c | 26 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()
|
D | Makefile | 7 openclose.o uring_cmd.o epoll.o \
|
/linux-6.1.9/tools/perf/bench/ |
D | Build | 10 perf-y += epoll-wait.o 11 perf-y += epoll-ctl.o
|
/linux-6.1.9/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-6.1.9/Documentation/translations/zh_CN/accounting/ |
D | psi.rst | 69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
|
/linux-6.1.9/Documentation/filesystems/ |
D | api-summary.rst | 125 eventpoll (epoll) interfaces
|
D | inotify.rst | 36 can use epoll, but requiring both is a silly and extraneous requirement.
|
D | proc.rst | 1917 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/ |
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 | 199 For more than that you probably want to use epoll.
|
/linux-6.1.9/tools/testing/selftests/ |
D | Makefile | 22 TARGETS += filesystems/epoll
|
/linux-6.1.9/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 | 991 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | rbtree.rst | 33 未完成的定时器请求。ext3文件系统用红黑树跟踪目录项。虚拟内存区域(VMAs)、epoll
|
/linux-6.1.9/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-6.1.9/Documentation/accounting/ |
D | psi.rst | 80 used to wait for trigger events using select(), poll() or epoll().
|
/linux-6.1.9/Documentation/core-api/ |
D | rbtree.rst | 32 trees, as are epoll file descriptors, cryptographic keys, and network
|
/linux-6.1.9/tools/perf/ |
D | design.txt | 406 Notification of new events is possible through poll()/select()/epoll() and
|
/linux-6.1.9/Documentation/process/ |
D | adding-syscalls.rst | 29 ``poll``/``select``/``epoll`` to receive that notification.
|
/linux-6.1.9/Documentation/translations/it_IT/process/ |
D | adding-syscalls.rst | 35 utilizzare ``poll``/``select``/``epoll`` per ricevere quelle notifiche.
|
/linux-6.1.9/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1135 * UML interrupt controller uses epoll - this is UML waiting for IO
|
/linux-6.1.9/init/ |
D | Kconfig | 1643 support for epoll family of system calls.
|