Searched refs:eventfd_write (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_event.c | 127 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 D | sanitizer_common_interceptors.inc | 6403 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 D | libc_ubuntu1404_abilist.txt | 1634 fun:eventfd_write=uninstrumented
|