/openbmc/linux/io_uring/ |
H A D | epoll.c | 26 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()
|
H A D | Makefile | 7 openclose.o uring_cmd.o epoll.o \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/ |
H A D | 0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch | 56 if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then 57 AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[ 60 #include <sys/epoll.h>
|
/openbmc/linux/tools/perf/bench/ |
H A D | Build | 11 perf-y += epoll-wait.o 12 perf-y += epoll-ctl.o
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-bench.txt | 64 'epoll':: 65 Eventpoll (epoll) stressing benchmarks. 226 SUITES FOR 'epoll'
|
H A D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/ |
H A D | dovecot_2.3.21.1.bb | 43 # hardcode epoll() to avoid running unsafe tests 45 EXTRA_OECONF = " --with-ioloop=epoll"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0001-Fix-makedefs.patch | 70 - elif [ ! -e /usr/include/sys/epoll.h ] 71 + elif [ ! -e "$BUILD_SYSROOT"/usr/include/sys/epoll.h ]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/ |
H A D | 0001-tests-Include-missing-sys-socket.h-header.patch | 24 #include <sys/epoll.h>
|
/openbmc/linux/Documentation/translations/zh_CN/accounting/ |
H A D | psi.rst | 69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/ |
H A D | libcoap_4.3.4.bb | 36 --with-epoll --enable-add-default-names \
|
/openbmc/linux/Documentation/filesystems/ |
H A D | api-summary.rst | 125 eventpoll (epoll) interfaces
|
H A D | inotify.rst | 36 can use epoll, but requiring both is a silly and extraneous requirement.
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | fs.rst | 319 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
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0002-ldb-Add-configure-options-for-packages.patch | 80 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 82 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
H A D | 0001-Add-configure-options-for-packages.patch | 85 conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 87 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
H A D | 0001-tdb-Add-configure-options-for-packages.patch | 82 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 84 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
H A D | 0001-talloc-Add-configure-options-for-packages.patch | 85 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 87 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm.conf | 103 ; - epoll (linux >= 2.5.44) 108 ; events.mechanism = epoll
|
/openbmc/linux/tools/testing/selftests/ |
H A D | Makefile | 26 TARGETS += filesystems/epoll
|
/openbmc/linux/Documentation/networking/ |
H A 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
|
/openbmc/qemu/util/ |
H A D | meson.build | 10 util_ss.add(files('fdmon-epoll.c'))
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
H A D | pseudo.inc | 31 PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback --enable-epoll --enable-xattr"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 79 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
|
/openbmc/linux/Documentation/bpf/ |
H A D | ringbuf.rst | 80 - epoll notifications for new incoming data; 135 One such heuristic might involve more fine-grained control over poll/epoll
|