Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/linux/include/uapi/linux/
H A Dtimerfd.h33 #define TFD_NONBLOCK O_NONBLOCK macro
/linux/tools/build/feature/
H A Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
/linux/samples/bpf/
H A Dxdp_sample_user.c1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()
/linux/tools/perf/
H A Dbuiltin-kvm.c1313 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()