| /freebsd-14.2/sys/kern/ |
| H A D | sys_eventfd.c | 100 struct eventfd { struct 111 struct eventfd *efd; in eventfd_create_file() argument 134 struct eventfd *efd; in eventfd_close() 148 struct eventfd *efd; in eventfd_read() 190 struct eventfd *efd; in eventfd_write() 234 struct eventfd *efd; in eventfd_poll() 255 struct eventfd *efd = fp->f_data; in eventfd_kqfilter() 280 struct eventfd *efd = kn->kn_hook; in filt_eventfddetach() 290 struct eventfd *efd = kn->kn_hook; in filt_eventfdread() 303 struct eventfd *efd = kn->kn_hook; in filt_eventfdwrite() [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | eventfd.h | 47 int eventfd(unsigned int initval, int flags);
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | eventfd.c | 34 int eventfd(unsigned int initval, int flags) in eventfd() function
|
| H A D | Symbol.map | 431 eventfd;
|
| H A D | Makefile.inc | 53 eventfd.c \
|
| /freebsd-14.2/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-14.2/lib/libc/sys/ |
| H A D | Makefile.inc | 191 eventfd.2 \ 401 MLINKS+=eventfd.2 eventfd_read.3 \ 402 eventfd.2 eventfd_write.3
|
| /freebsd-14.2/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-14.2/sys/dev/enic/ |
| H A D | enic.h | 196 int eventfd; member
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1734 TSAN_INTERCEPTOR(int, eventfd, unsigned initval, int flags) { in TSAN_INTERCEPTOR() argument 1735 SCOPED_TSAN_INTERCEPTOR(eventfd, initval, flags); in TSAN_INTERCEPTOR() 1736 int fd = REAL(eventfd)(initval, flags); in TSAN_INTERCEPTOR() 1741 #define TSAN_MAYBE_INTERCEPT_EVENTFD TSAN_INTERCEPT(eventfd)
|
| /freebsd-14.2/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-14.2/contrib/capsicum-test/ |
| H A D | linux.cc | 187 int fd = eventfd(0, 0); in TEST()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2979 PRE_SYSCALL(eventfd)(long count) {} 2981 POST_SYSCALL(eventfd)(long res, long count) {}
|