Searched refs:TFD_NONBLOCK (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/build/feature/
H A Dtest-timerfd.c10 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); main()
/linux-4.4.14/include/linux/
H A Dtimerfd.h27 #define TFD_NONBLOCK O_NONBLOCK macro
29 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/linux-4.4.14/fs/
H A Dtimerfd.c383 BUILD_BUG_ON(TFD_NONBLOCK != O_NONBLOCK); SYSCALL_DEFINE2()
/linux-4.4.14/tools/perf/
H A Dbuiltin-kvm.c815 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); perf_kvm__timerfd_create()

Completed in 284 milliseconds