Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimer.h70 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE) macro
/openbmc/linux/kernel/time/
H A Dtimer.c847 if (WARN_ON_ONCE(flags & ~TIMER_INIT_FLAGS)) in do_init_timer()
848 flags &= TIMER_INIT_FLAGS; in do_init_timer()