Home
last modified time | relevance | path

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

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