Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimer.h71 #define TIMER_FLAG_MASK 0x3LU macro
/linux-4.1.27/kernel/time/
Dtimer.c120 return ((struct tvec_base *)((unsigned long)base & ~TIMER_FLAG_MASK)); in tbase_get_base()
126 unsigned long flags = (unsigned long)timer->base & TIMER_FLAG_MASK; in timer_set_base()
1663 BUILD_BUG_ON(__alignof__(struct tvec_base) & TIMER_FLAG_MASK); in init_timers()