Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Deventfd.h35 #define EFD_SEMAPHORE 0x00000001 macro
/freebsd/sys/kern/
H A Dsys_eventfd.c167 if ((efd->efd_flags & EFD_SEMAPHORE) != 0) { in eventfd_read()
H A Dsys_generic.c985 EFD_SEMAPHORE)) != 0) { in sys___specialfd()
/freebsd/sys/compat/linux/
H A Dlinux_event.c602 flags |= EFD_SEMAPHORE; in linux_eventfd2()