Searched refs:eventfd_write (Results 1 – 8 of 8) sorted by relevance
| /src/sys/kern/ |
| H A D | sys_eventfd.c | 57 static fo_rdwr_t eventfd_write; variable 67 .fo_write = eventfd_write, 234 eventfd_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_write() function
|
| /src/lib/libc/gen/ |
| H A D | eventfd.c | 48 int eventfd_write(int fd, eventfd_t value) in eventfd_write() function
|
| H A D | Symbol.map | 430 eventfd_write;
|
| /src/sys/sys/ |
| H A D | eventfd.h | 54 int eventfd_write(int fd, eventfd_t value);
|
| /src/lib/libsys/ |
| H A D | Makefile.sys | 430 eventfd.2 eventfd_write.3
|
| /src/lib/libusb/ |
| H A D | libusb10.c | 178 err = eventfd_write(ctx->event, 1); in libusb_interrupt_event_handler()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 6812 INTERCEPTOR(int, eventfd_write, int fd, __sanitizer_eventfd_t value) { 6814 COMMON_INTERCEPTOR_ENTER(ctx, eventfd_write, fd, value); 6819 int res = COMMON_INTERCEPTOR_BLOCK_REAL(eventfd_write)(fd, value); 6824 COMMON_INTERCEPT_FUNCTION(eventfd_write)
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1639 fun:eventfd_write=uninstrumented
|