Searched refs:eventfd_read (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c126 static fo_rdwr_t eventfd_read; variable
136 .fo_read = eventfd_read,
753 eventfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6486 INTERCEPTOR(int, eventfd_read, int fd, u64 *value) {
6488 COMMON_INTERCEPTOR_ENTER(ctx, eventfd_read, fd, value);
6490 int res = REAL(eventfd_read)(fd, value);
6508 COMMON_INTERCEPT_FUNCTION(eventfd_read); \

Completed in 67 milliseconds