Home
last modified time | relevance | path

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

/kernel/time/
Dtimer.c909 static inline struct timer_base *get_timer_cpu_base(u32 tflags, u32 cpu) in get_timer_cpu_base() argument
917 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() argument
930 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() argument
937 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() argument
945 !(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()