Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1720 #define LINUX_EFD_CLOEXEC LINUX_O_CLOEXEC macro
1729 if (flags & ~(LINUX_EFD_SEMAPHORE | LINUX_EFD_CLOEXEC | in linux_do_eventfd2()
1736 if (flags & LINUX_EFD_CLOEXEC) { in linux_do_eventfd2()