Home
last modified time | relevance | path

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

12

/openbmc/linux/io_uring/
H A 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()
H A DMakefile7 openclose.o uring_cmd.o epoll.o \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/
H A D0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch56 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 DBuild11 perf-y += epoll-wait.o
12 perf-y += epoll-ctl.o
/openbmc/linux/tools/perf/Documentation/
H A Dperf-bench.txt64 'epoll'::
65 Eventpoll (epoll) stressing benchmarks.
226 SUITES FOR 'epoll'
H A Dperf-timechart.txt31 in poll/epoll/select syscalls.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/
H A Ddovecot_2.3.21.1.bb43 # 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 D0001-Fix-makedefs.patch70 - 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 D0001-tests-Include-missing-sys-socket.h-header.patch24 #include <sys/epoll.h>
/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/
H A Dlibcoap_4.3.4.bb36 --with-epoll --enable-add-default-names \
/openbmc/linux/Documentation/filesystems/
H A Dapi-summary.rst125 eventpoll (epoll) interfaces
H A Dinotify.rst36 can use epoll, but requiring both is a silly and extraneous requirement.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A 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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch80 - 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 D0001-Add-configure-options-for-packages.patch85 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 D0001-tdb-Add-configure-options-for-packages.patch82 - 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 D0001-talloc-Add-configure-options-for-packages.patch85 - 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 Dphp-fpm.conf103 ; - epoll (linux >= 2.5.44)
108 ; events.mechanism = epoll
/openbmc/linux/tools/testing/selftests/
H A DMakefile26 TARGETS += filesystems/epoll
/openbmc/linux/Documentation/networking/
H A 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
/openbmc/qemu/util/
H A Dmeson.build10 util_ss.add(files('fdmon-epoll.c'))
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc31 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 Dnginx-cross.patch79 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
/openbmc/linux/Documentation/bpf/
H A Dringbuf.rst80 - epoll notifications for new incoming data;
135 One such heuristic might involve more fine-grained control over poll/epoll

12