Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_event.h62 #define LINUX_TFD_CLOEXEC LINUX_O_CLOEXEC macro
65 #define LINUX_TFD_SHARED_FCNTL_FLAGS (LINUX_TFD_CLOEXEC \
Dlinux_event.c1009 if ((args->flags & LINUX_TFD_CLOEXEC) != 0) in linux_timerfd_create()