/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 97 struct eventfd { struct 108 struct eventfd *efd; in eventfd_create_file() argument 131 struct eventfd *efd; in eventfd_close() 145 struct eventfd *efd; in eventfd_read() 187 struct eventfd *efd; in eventfd_write() 231 struct eventfd *efd; in eventfd_poll() 252 struct eventfd *efd = fp->f_data; in eventfd_kqfilter() 277 struct eventfd *efd = kn->kn_hook; in filt_eventfddetach() 287 struct eventfd *efd = kn->kn_hook; in filt_eventfdread() 300 struct eventfd *efd = kn->kn_hook; in filt_eventfdwrite() [all …]
|
/freebsd/sys/sys/ |
H A D | eventfd.h | 47 int eventfd(unsigned int initval, int flags);
|
/freebsd/lib/libc/gen/ |
H A D | eventfd.c | 34 int eventfd(unsigned int initval, int flags) in eventfd() function
|
H A D | Symbol.map | 429 eventfd;
|
H A D | Makefile.inc | 49 eventfd.c \
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 192 eventfd.2 \ 414 MLINKS+=eventfd.2 eventfd_read.3 \ 415 eventfd.2 eventfd_write.3
|
/freebsd/crypto/openssl/engines/ |
H A D | e_afalg.txt | 9 AFALG_R_EVENTFD_FAILED:108:eventfd failed
|
H A D | e_afalg.c | 112 static ossl_inline int eventfd(int n) in eventfd() function 207 aio->efd = eventfd(0); in afalg_setup_async_event_notification() 232 aio->efd = eventfd(0); in afalg_setup_async_event_notification()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_devx.c | 105 struct fd eventfd; member 2012 event_sub->eventfd = in UVERBS_HANDLER() 2015 if (event_sub->eventfd.file == NULL) { in UVERBS_HANDLER() 2074 if (event_sub->eventfd.file) in UVERBS_HANDLER() 2075 fdput(event_sub->eventfd); in UVERBS_HANDLER() 2342 if (item->eventfd.file != NULL) in dispatch_event_fd() 2343 linux_poll_wakeup(item->eventfd.file); in dispatch_event_fd() 2612 if (event_sub->eventfd.file) in devx_free_subscription() 2613 fdput(event_sub->eventfd); in devx_free_subscription()
|
/freebsd/sys/dev/enic/ |
H A D | enic.h | 221 int eventfd; member
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event-config.h.cmake | 105 /* Define to 1 if you have the `eventfd' function. */ 340 /* Define to 1 if you have the <sys/eventfd.h> header file. */
|
H A D | config.h.in | 59 /* Define to 1 if you have the `eventfd' function. */ 305 /* Define to 1 if you have the <sys/eventfd.h> header file. */
|
H A D | configure.ac | 238 sys/eventfd.h \ 365 eventfd \
|
H A D | evutil.c | 2735 r = eventfd(initval, flags); in evutil_eventfd_() 2739 r = eventfd(initval, 0); in evutil_eventfd_()
|
H A D | CMakeLists.txt | 404 sys/eventfd.h 479 eventfd
|
/freebsd/contrib/libevent/ |
H A D | event-config.h.cmake | 105 /* Define to 1 if you have the `eventfd' function. */ 340 /* Define to 1 if you have the <sys/eventfd.h> header file. */
|
H A D | config.h.in | 59 /* Define to 1 if you have the `eventfd' function. */ 302 /* Define to 1 if you have the <sys/eventfd.h> header file. */
|
H A D | configure.ac | 238 sys/eventfd.h \ 365 eventfd \
|
H A D | evutil.c | 2735 r = eventfd(initval, flags); in evutil_eventfd_() 2739 r = eventfd(initval, 0); in evutil_eventfd_()
|
H A D | CMakeLists.txt | 404 sys/eventfd.h 479 eventfd
|
/freebsd/tests/sys/netmap/ |
H A D | ctrl-api-test.c | 65 eventfd(int x __unused, int y __unused) in eventfd() function 1439 int efd = eventfd(0, 0); in sync_kloop_eventfds() 1442 efd = eventfd(0, 0); in sync_kloop_eventfds()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1745 TSAN_INTERCEPTOR(int, eventfd, unsigned initval, int flags) { in TSAN_INTERCEPTOR() argument 1746 SCOPED_TSAN_INTERCEPTOR(eventfd, initval, flags); in TSAN_INTERCEPTOR() 1747 int fd = REAL(eventfd)(initval, flags); in TSAN_INTERCEPTOR() 1752 #define TSAN_MAYBE_INTERCEPT_EVENTFD TSAN_INTERCEPT(eventfd)
|
/freebsd/contrib/libpcap/ |
H A D | pcap-linux.c | 1117 handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK); in pcap_activate_linux() 3424 if ( ( handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK) ) == -1 ) { in pcap_setnonblock_linux()
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 187 int fd = eventfd(0, 0); in TEST()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 3002 PRE_SYSCALL(eventfd)(long count) {} 3004 POST_SYSCALL(eventfd)(long res, long count) {}
|