Symbol: hrtimer_cpu_base
include/linux/hrtimer_defs.h
27
struct hrtimer_cpu_base *cpu_base;
kernel/time/hrtimer.c
1114
struct hrtimer_cpu_base *cpu_base = base->cpu_base;
kernel/time/hrtimer.c
1194
hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram)
kernel/time/hrtimer.c
121
static inline bool hrtimer_base_is_online(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1222
struct hrtimer_cpu_base *this_cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1287
struct hrtimer_cpu_base *new_cpu_base = new_base->cpu_base;
kernel/time/hrtimer.c
1376
static void hrtimer_cpu_base_init_expiry_lock(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1381
static void hrtimer_cpu_base_lock_expiry(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
1387
static void hrtimer_cpu_base_unlock_expiry(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
140
static struct hrtimer_cpu_base migration_cpu_base = {
kernel/time/hrtimer.c
1400
static void hrtimer_sync_wait_running(struct hrtimer_cpu_base *cpu_base,
kernel/time/hrtimer.c
1467
hrtimer_cpu_base_init_expiry_lock(struct hrtimer_cpu_base *base) { }
kernel/time/hrtimer.c
1469
hrtimer_cpu_base_lock_expiry(struct hrtimer_cpu_base *base) { }
kernel/time/hrtimer.c
1471
hrtimer_cpu_base_unlock_expiry(struct hrtimer_cpu_base *base) { }
kernel/time/hrtimer.c
1472
static inline void hrtimer_sync_wait_running(struct hrtimer_cpu_base *base,
kernel/time/hrtimer.c
1527
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1550
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1620
struct hrtimer_cpu_base *cpu_base;
kernel/time/hrtimer.c
1742
static void __run_hrtimer(struct hrtimer_cpu_base *cpu_base,
kernel/time/hrtimer.c
1817
static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now,
kernel/time/hrtimer.c
1858
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1883
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
197
struct hrtimer_cpu_base *new_cpu_base,
kernel/time/hrtimer.c
1978
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
198
struct hrtimer_cpu_base *this_cpu_base)
kernel/time/hrtimer.c
223
static inline struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, int pinned)
kernel/time/hrtimer.c
2238
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
kernel/time/hrtimer.c
2256
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
2305
struct hrtimer_cpu_base *old_base, *new_base;
kernel/time/hrtimer.c
254
struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base;
kernel/time/hrtimer.c
496
__next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active)
kernel/time/hrtimer.c
512
static ktime_t __hrtimer_next_event_base(struct hrtimer_cpu_base *cpu_base,
kernel/time/hrtimer.c
579
__hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base, unsigned int active_mask)
kernel/time/hrtimer.c
604
static ktime_t hrtimer_update_next_event(struct hrtimer_cpu_base *cpu_base)
kernel/time/hrtimer.c
635
static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base)
kernel/time/hrtimer.c
654
static inline int hrtimer_hres_active(struct hrtimer_cpu_base *cpu_base)
kernel/time/hrtimer.c
660
static void __hrtimer_reprogram(struct hrtimer_cpu_base *cpu_base,
kernel/time/hrtimer.c
695
hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, int skip_equal)
kernel/time/hrtimer.c
740
struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
776
struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
80
DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
kernel/time/hrtimer.c
813
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
834
struct hrtimer_cpu_base *timer_cpu_base = base->cpu_base;
kernel/time/hrtimer.c
872
static bool update_needs_ipi(struct hrtimer_cpu_base *cpu_base,
kernel/time/hrtimer.c
950
struct hrtimer_cpu_base *cpu_base = raw_cpu_ptr(&hrtimer_bases);
kernel/time/tick-internal.h
175
DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
kernel/time/timer_list.c
115
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);