Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/Linux-v4.19/include/uapi/linux/
Dtimerfd.h33 #define TFD_NONBLOCK O_NONBLOCK macro
/Linux-v4.19/tools/build/feature/
Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
/Linux-v4.19/fs/
Dtimerfd.c394 BUILD_BUG_ON(TFD_NONBLOCK != O_NONBLOCK); in SYSCALL_DEFINE2()
/Linux-v4.19/tools/perf/
Dbuiltin-kvm.c848 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()