Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/linux-6.1.9/include/uapi/linux/
Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/linux-6.1.9/arch/um/drivers/
Drtc_user.c35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
/linux-6.1.9/fs/
Dtimerfd.c412 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()
/linux-6.1.9/samples/bpf/
Dxdp_sample_user.c1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()
/linux-6.1.9/tools/perf/util/
Devlist.c2288 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time()