Home
last modified time | relevance | path

Searched refs:TFD_SETTIME_FLAGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtimerfd.h18 #define TFD_SETTIME_FLAGS (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET) macro
/openbmc/linux/fs/
H A Dtimerfd.c231 ctx->settime_flags = flags & TFD_SETTIME_FLAGS; in timerfd_setup()
462 if ((flags & ~TFD_SETTIME_FLAGS) || in do_timerfd_settime()