Home
last modified time | relevance | path

Searched refs:eventfd_write (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/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, in eventfd_write() function
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6403 INTERCEPTOR(int, eventfd_write, int fd, u64 value) {
6405 COMMON_INTERCEPTOR_ENTER(ctx, eventfd_write, fd, value);
6410 int res = REAL(eventfd_write)(fd, value);
6415 COMMON_INTERCEPT_FUNCTION(eventfd_write)
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1634 fun:eventfd_write=uninstrumented