| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 101 struct eventfd { struct 113 struct eventfd *efd; in eventfd_create_file() argument 134 struct eventfd * 137 struct eventfd *efd; in eventfd_get() 149 eventfd_put(struct eventfd *efd) in eventfd_put() 161 eventfd_wakeup(struct eventfd *efd) in eventfd_wakeup() 169 eventfd_signal(struct eventfd *efd) in eventfd_signal() 184 struct eventfd *efd; in eventfd_close() 195 struct eventfd *efd; in eventfd_read() 237 struct eventfd *efd; in eventfd_write() [all …]
|
| /freebsd/sys/sys/ |
| H A D | eventfd.h | 41 struct eventfd; 45 struct eventfd *eventfd_get(struct file *fp); 46 void eventfd_put(struct eventfd *efd); 47 void eventfd_signal(struct eventfd *efd); 52 int eventfd(unsigned int initval, int flags);
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | eventfd.h | 46 #define eventfd_ctx eventfd
|
| /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 | 428 eventfd;
|
| H A D | Makefile.inc | 49 eventfd.c \
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_afalg.txt | 9 AFALG_R_EVENTFD_FAILED:108:eventfd failed
|
| H A D | e_afalg.c | 113 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/lib/libsys/ |
| H A D | Makefile.sys | 205 eventfd.2 \ 429 MLINKS+=eventfd.2 eventfd_read.3 \ 430 eventfd.2 eventfd_write.3
|
| /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 | 63 eventfd(int x __unused, int y __unused) in eventfd() function 1437 int efd = eventfd(0, 0); in sync_kloop_eventfds() 1440 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/crypto/krb5/src/util/verto/ |
| H A D | ev.c | 445 EV_CPP(extern "C") int (eventfd) (unsigned int initval, int flags); 2397 fds [1] = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC); in evpipe_init() 2399 fds [1] = eventfd (0, 0); in evpipe_init()
|