Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/kernel/linux/linux-6.6/include/linux/
H A Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtimerfd.h26 #define TFD_CLOEXEC O_CLOEXEC macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtimerfd.h26 #define TFD_CLOEXEC O_CLOEXEC macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtimerfd.h13 #define TFD_CLOEXEC O_CLOEXEC macro
/kernel/linux/linux-6.6/arch/um/drivers/
H A Drtc_user.c35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
/kernel/linux/linux-5.10/fs/
H A Dtimerfd.c396 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dtimerfd.c412 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devlist.c2309 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()

Completed in 9 milliseconds