Symbol: hrtimer_cpu_base
include/linux/hrtimer_defs.h
28
struct hrtimer_cpu_base *cpu_base;
kernel/time/hrtimer.c
106
DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
kernel/time/hrtimer.c
1142
struct hrtimer_cpu_base *cpu_base = base->cpu_base;
kernel/time/hrtimer.c
122
static inline bool hrtimer_base_is_online(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1293
static void hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram)
kernel/time/hrtimer.c
1364
struct hrtimer_cpu_base *this_cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1366
struct hrtimer_cpu_base *cpu_base = base->cpu_base;
kernel/time/hrtimer.c
1520
struct hrtimer_cpu_base *cpu_base = timer->base->cpu_base;
kernel/time/hrtimer.c
159
static struct hrtimer_cpu_base migration_cpu_base = {
kernel/time/hrtimer.c
1642
static void hrtimer_cpu_base_init_expiry_lock(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1647
static void hrtimer_cpu_base_lock_expiry(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1653
static void hrtimer_cpu_base_unlock_expiry(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1666
static void hrtimer_sync_wait_running(struct hrtimer_cpu_base *cpu_base, unsigned long flags)
kernel/time/hrtimer.c
1731
static inline void hrtimer_cpu_base_init_expiry_lock(struct hrtimer_cpu_base *base) { }
kernel/time/hrtimer.c
1732
static inline void hrtimer_cpu_base_lock_expiry(struct hrtimer_cpu_base *base) { }
kernel/time/hrtimer.c
1733
static inline void hrtimer_cpu_base_unlock_expiry(struct hrtimer_cpu_base *base) { }
kernel/time/hrtimer.c
1734
static inline void hrtimer_sync_wait_running(struct hrtimer_cpu_base *base, unsigned long fl) { }
kernel/time/hrtimer.c
1788
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1807
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1870
struct hrtimer_cpu_base *cpu_base;
kernel/time/hrtimer.c
1990
static void __run_hrtimer(struct hrtimer_cpu_base *cpu_base, struct hrtimer_clock_base *base,
kernel/time/hrtimer.c
2070
static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now,
kernel/time/hrtimer.c
2105
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
2128
static void hrtimer_rearm(struct hrtimer_cpu_base *cpu_base, ktime_t expires_next, bool deferred)
kernel/time/hrtimer.c
2147
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
216
struct hrtimer_cpu_base *new_cpu_base,
kernel/time/hrtimer.c
2165
hrtimer_interrupt_rearm(struct hrtimer_cpu_base *cpu_base, ktime_t expires_next)
kernel/time/hrtimer.c
217
struct hrtimer_cpu_base *this_cpu_base)
kernel/time/hrtimer.c
2175
hrtimer_interrupt_rearm(struct hrtimer_cpu_base *cpu_base, ktime_t expires_next)
kernel/time/hrtimer.c
2187
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
2251
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
242
static inline struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, bool pinned)
kernel/time/hrtimer.c
2510
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
kernel/time/hrtimer.c
2527
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
2577
struct hrtimer_cpu_base *old_base, *new_base;
kernel/time/hrtimer.c
272
struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base;
kernel/time/hrtimer.c
544
static ktime_t hrtimer_bases_next_event_without(struct hrtimer_cpu_base *cpu_base,
kernel/time/hrtimer.c
587
static void hrtimer_bases_first(struct hrtimer_cpu_base *cpu_base,unsigned int active,
kernel/time/hrtimer.c
622
static ktime_t __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base, unsigned int active_mask)
kernel/time/hrtimer.c
646
static ktime_t hrtimer_update_next_event(struct hrtimer_cpu_base *cpu_base)
kernel/time/hrtimer.c
677
static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
698
static inline int hrtimer_hres_active(struct hrtimer_cpu_base *cpu_base)
kernel/time/hrtimer.c
710
static void __hrtimer_reprogram(struct hrtimer_cpu_base *cpu_base, struct hrtimer *next_timer,
kernel/time/hrtimer.c
739
static void hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, bool skip_equal)
kernel/time/hrtimer.c
773
struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
810
struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
846
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
868
struct hrtimer_cpu_base *timer_cpu_base = base->cpu_base;
kernel/time/hrtimer.c
902
static bool update_needs_ipi(struct hrtimer_cpu_base *cpu_base, unsigned int active)
kernel/time/hrtimer.c
992
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
kernel/time/tick-internal.h
175
DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
kernel/time/timer_list.c
113
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);