Home
last modified time | relevance | path

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

12

/freebsd/sys/kern/
H A Dsys_eventfd.c99 struct eventfd { struct
110 struct eventfd *efd; in eventfd_create_file() argument
133 struct eventfd *efd; in eventfd_close()
147 struct eventfd *efd; in eventfd_read()
189 struct eventfd *efd; in eventfd_write()
233 struct eventfd *efd; in eventfd_poll()
254 struct eventfd *efd = fp->f_data; in eventfd_kqfilter()
279 struct eventfd *efd = kn->kn_hook; in filt_eventfddetach()
289 struct eventfd *efd = kn->kn_hook; in filt_eventfdread()
302 struct eventfd *efd = kn->kn_hook; in filt_eventfdwrite()
[all …]
/freebsd/sys/sys/
H A Deventfd.h47 int eventfd(unsigned int initval, int flags);
/freebsd/lib/libc/gen/
H A Deventfd.c34 int eventfd(unsigned int initval, int flags) in eventfd() function
H A DSymbol.map427 eventfd;
H A DMakefile.inc50 eventfd.c \
/freebsd/crypto/openssl/engines/
H A De_afalg.txt9 AFALG_R_EVENTFD_FAILED:108:eventfd failed
H A De_afalg.c112 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.sys198 eventfd.2 \
415 MLINKS+=eventfd.2 eventfd_read.3 \
416 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.h196 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.c65 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 Dtsan_interceptors_posix.cpp1734 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/contrib/libpcap/
H A Dpcap-linux.c378 handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK); in pcap_create_interface()
3390 if ( ( handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK) ) == -1 ) { in pcap_setnonblock_linux()
/freebsd/contrib/capsicum-test/
H A Dlinux.cc187 int fd = eventfd(0, 0); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2979 PRE_SYSCALL(eventfd)(long count) {}
2981 POST_SYSCALL(eventfd)(long res, long count) {}

12