Home
last modified time | relevance | path

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

/kernel/time/
Dtimer.c845 static inline struct timer_base *get_timer_cpu_base(u32 tflags, u32 cpu) in get_timer_cpu_base() argument
853 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base()
858 static inline struct timer_base *get_timer_this_cpu_base(u32 tflags) in get_timer_this_cpu_base() argument
866 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()
871 static inline struct timer_base *get_timer_base(u32 tflags) in get_timer_base() argument
873 return get_timer_cpu_base(tflags, tflags & TIMER_CPUMASK); in get_timer_base()
877 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() argument
881 !(tflags & TIMER_PINNED)) in get_target_base()
882 return get_timer_cpu_base(tflags, get_nohz_timer_target()); in get_target_base()
884 return get_timer_this_cpu_base(tflags); in get_target_base()