Home
last modified time | relevance | path

Searched refs:TIMER_ARRAYSHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dtimer.h71 #define TIMER_ARRAYSHIFT 22 macro
/openbmc/linux/include/trace/events/
H A Dtimer.h81 __entry->flags >> TIMER_ARRAYSHIFT,
/openbmc/linux/kernel/time/
H A Dtimer.c503 return (timer->flags & TIMER_ARRAYMASK) >> TIMER_ARRAYSHIFT; in timer_get_idx()
509 idx << TIMER_ARRAYSHIFT; in timer_set_idx()