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

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

Completed in 212 milliseconds