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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c127 static fo_rdwr_t eventfd_write; variable
137 .fo_write = eventfd_write,
799 eventfd_write(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.inc6497 INTERCEPTOR(int, eventfd_write, int fd, u64 value) {
6499 COMMON_INTERCEPTOR_ENTER(ctx, eventfd_write, fd, value);
6504 int res = REAL(eventfd_write)(fd, value);
6509 COMMON_INTERCEPT_FUNCTION(eventfd_write)

Completed in 81 milliseconds