Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dhrtimer.c68 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
70 .lock = __RAW_SPIN_LOCK_UNLOCKED(hrtimer_bases.lock),
207 return &per_cpu(hrtimer_bases, get_nohz_timer_target()); in get_target_base()
232 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
652 return __hrtimer_hres_active(this_cpu_ptr(&hrtimer_bases)); in hrtimer_hres_active()
737 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
773 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
810 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
947 struct hrtimer_cpu_base *cpu_base = raw_cpu_ptr(&hrtimer_bases); in clock_was_set()
964 cpu_base = &per_cpu(hrtimer_bases, cpu); in clock_was_set()
[all …]
Dtick-internal.h164 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
Dtimer_list.c117 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu()
/linux-6.1.9/scripts/gdb/linux/
Dtimerlist.py69 def print_cpu(hrtimer_bases, cpu, max_clock_bases): argument
70 cpu_base = cpus.per_cpu(hrtimer_bases, cpu)
186 hrtimer_bases = gdb.parse_and_eval("&hrtimer_bases")
194 text += print_cpu(hrtimer_bases, cpu, max_clock_bases)
/linux-6.1.9/Documentation/translations/zh_CN/dev-tools/
Dgdb-kernel-debugging.rst126 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
/linux-6.1.9/Documentation/dev-tools/
Dgdb-kernel-debugging.rst133 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next