Searched refs:tflags (Results 1 – 1 of 1) sorted by relevance
909 static inline struct timer_base *get_timer_cpu_base(u32 tflags, u32 cpu) in get_timer_cpu_base() argument917 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base()922 static inline struct timer_base *get_timer_this_cpu_base(u32 tflags) in get_timer_this_cpu_base() argument930 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()935 static inline struct timer_base *get_timer_base(u32 tflags) in get_timer_base() argument937 return get_timer_cpu_base(tflags, tflags & TIMER_CPUMASK); in get_timer_base()941 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() argument945 !(tflags & TIMER_PINNED)) in get_target_base()946 return get_timer_cpu_base(tflags, get_nohz_timer_target()); in get_target_base()948 return get_timer_this_cpu_base(tflags); in get_target_base()