Home
last modified time | relevance | path

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

/openbmc/phosphor-time-manager/
H A Dbmc_epoch.cpp18 #ifndef TFD_TIMER_CANCEL_ON_SET
19 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
61 timeFd, TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &maxTime, nullptr); in initialize()
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp22 #ifndef TFD_TIMER_CANCEL_ON_SET
23 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
159 timeFd, TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &maxTime, nullptr); in initialize()
/openbmc/linux/include/linux/
H A Dtimerfd.h18 #define TFD_SETTIME_FLAGS (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)
/openbmc/linux/include/uapi/linux/
H A Dtimerfd.h31 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/openbmc/linux/fs/
H A Dtimerfd.c164 (flags & TFD_TIMER_ABSTIME) && (flags & TFD_TIMER_CANCEL_ON_SET)) { in timerfd_setup_cancel()
/openbmc/linux/Documentation/RCU/
H A DlistRCU.rst403 (flags & TFD_TIMER_ABSTIME) && (flags & TFD_TIMER_CANCEL_ON_SET)) {