Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dhrtimer.c72 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
74 .lock = __RAW_SPIN_LOCK_UNLOCKED(hrtimer_bases.lock),
220 return &per_cpu(hrtimer_bases, cpu); in get_target_base()
225 return &per_cpu(hrtimer_bases, get_nohz_timer_target()); in get_target_base()
250 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
732 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
768 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
805 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
942 struct hrtimer_cpu_base *cpu_base = raw_cpu_ptr(&hrtimer_bases); in clock_was_set()
959 cpu_base = &per_cpu(hrtimer_bases, cpu); in clock_was_set()
[all …]
H A Dtick-internal.h177 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
H A Dtimer_list.c115 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu()
/linux/scripts/gdb/linux/
H A Dtimerlist.py66 def print_cpu(hrtimer_bases, cpu, max_clock_bases): argument
67 cpu_base = cpus.per_cpu(hrtimer_bases, cpu)
186 hrtimer_bases = gdb.parse_and_eval("&hrtimer_bases")
195 text += print_cpu(hrtimer_bases, cpu, max_clock_bases)
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst130 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst126 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
/linux/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst137 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost