Searched refs:TIMER_INIT_FLAGS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtimer.h50 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE) macro
/linux-master/kernel/time/
H A Dtimer.c902 if (WARN_ON_ONCE(flags & ~TIMER_INIT_FLAGS))
903 flags &= TIMER_INIT_FLAGS;

Completed in 105 milliseconds