| /OK3568_Linux_fs/yocto/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>
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | Build | 10 perf-y += epoll-wait.o 11 perf-y += epoll-ctl.o
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 64 'epoll':: 65 Eventpoll (epoll) stressing benchmarks. 223 SUITES FOR 'epoll'
|
| H A D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dovecot/ |
| H A D | dovecot_2.3.14.bb | 43 # hardcode epoll() to avoid running unsafe tests 45 EXTRA_OECONF = " --with-ioloop=epoll \
|
| /OK3568_Linux_fs/yocto/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 ]
|
| /OK3568_Linux_fs/yocto/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>
|
| /OK3568_Linux_fs/buildroot/package/nginx/ |
| H A D | 0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch | 114 ngx_feature="epoll" 118 ngx_feature_incs="#include <sys/epoll.h>"
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 35 #include <sys/epoll.h>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
| H A D | options-0.10.0.patch | 86 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 88 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | tdb-Add-configure-options-for-packages.patch | 83 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 86 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | options-2.2.0.patch | 86 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 88 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0002-ldb-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')
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | bind.mk | 37 --enable-epoll \
|
| /OK3568_Linux_fs/buildroot/package/libpjsip/ |
| H A D | libpjsip.mk | 47 LIBPJSIP_CONF_OPTS += --enable-epoll
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 103 ; - epoll (linux >= 2.5.44) 108 ; events.mechanism = epoll
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | Makefile | 18 TARGETS += filesystems/epoll
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/ |
| H A D | bind_9.18.11.bb | 42 EXTRA_OECONF = " --disable-devpoll --disable-auto-validation --enable-epoll \
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | inotify.rst | 36 can use epoll, but requiring both is a silly and extraneous requirement.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pseudo/ |
| H A D | pseudo.inc | 31 PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback --enable-epoll --enable-xattr"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx-cross.patch | 79 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
| H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 158 + * Define this if we have linux style epoll()
|