Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds