Home
last modified time | relevance | path

Searched refs:eventfd (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/kern/
H A Dsys_eventfd.c101 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 Deventfd.h41 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 Deventfd.h46 #define eventfd_ctx eventfd
/freebsd/lib/libc/gen/
H A Deventfd.c34 int eventfd(unsigned int initval, int flags) in eventfd() function
H A DSymbol.map428 eventfd;
H A DMakefile.inc49 eventfd.c \
/freebsd/crypto/openssl/engines/
H A De_afalg.txt9 AFALG_R_EVENTFD_FAILED:108:eventfd failed
H A De_afalg.c113 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 DMakefile.sys205 eventfd.2 \
429 MLINKS+=eventfd.2 eventfd_read.3 \
430 eventfd.2 eventfd_write.3
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c105 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 Denic.h221 int eventfd; member
/freebsd/contrib/ntp/sntp/libevent/
H A Devent-config.h.cmake105 /* Define to 1 if you have the `eventfd' function. */
340 /* Define to 1 if you have the <sys/eventfd.h> header file. */
H A Dconfig.h.in59 /* Define to 1 if you have the `eventfd' function. */
305 /* Define to 1 if you have the <sys/eventfd.h> header file. */
H A Dconfigure.ac238 sys/eventfd.h \
365 eventfd \
H A Devutil.c2735 r = eventfd(initval, flags); in evutil_eventfd_()
2739 r = eventfd(initval, 0); in evutil_eventfd_()
H A DCMakeLists.txt404 sys/eventfd.h
479 eventfd
/freebsd/contrib/libevent/
H A Devent-config.h.cmake105 /* Define to 1 if you have the `eventfd' function. */
340 /* Define to 1 if you have the <sys/eventfd.h> header file. */
H A Dconfig.h.in59 /* Define to 1 if you have the `eventfd' function. */
302 /* Define to 1 if you have the <sys/eventfd.h> header file. */
H A Dconfigure.ac238 sys/eventfd.h \
365 eventfd \
H A Devutil.c2735 r = eventfd(initval, flags); in evutil_eventfd_()
2739 r = eventfd(initval, 0); in evutil_eventfd_()
H A DCMakeLists.txt404 sys/eventfd.h
479 eventfd
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c63 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 Dtsan_interceptors_posix.cpp1745 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 Dpcap-linux.c1117 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 Dev.c445 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()

12