Home
last modified time | relevance | path

Searched defs:eventfd (Results 1 – 7 of 7) sorted by last modified time

/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
/freebsd/sys/kern/
H A Dsys_eventfd.c99 struct eventfd { struct
100 eventfd_t efd_count; argument
110 struct eventfd *efd; in eventfd_create_file() argument
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c65 eventfd(int x __unused, int y __unused) in eventfd() function
/freebsd/lib/libc/gen/
H A Deventfd.c34 int eventfd(unsigned int initval, int flags) in eventfd() function
/freebsd/sys/dev/enic/
H A Denic.h196 int eventfd; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c105 struct fd eventfd; member
/freebsd/crypto/openssl/engines/
H A De_afalg.c112 static ossl_inline int eventfd(int n) in eventfd() function