Searched refs:hrtimer_bases (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/time/ |
| A D | hrtimer.c | 69 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) = 71 .lock = __RAW_SPIN_LOCK_UNLOCKED(hrtimer_bases.lock), 209 return &per_cpu(hrtimer_bases, get_nohz_timer_target()); in get_target_base() 234 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base() 735 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres() 771 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event() 962 cpu_base = &per_cpu(hrtimer_bases, cpu); in clock_was_set() 1154 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer() 1565 cpu_base = raw_cpu_ptr(&hrtimer_bases); in __hrtimer_init() 2208 old_base = this_cpu_ptr(&hrtimer_bases); in hrtimers_cpu_dying() [all …]
|
| A D | tick-internal.h | 178 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
|
| A D | timer_list.c | 117 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu()
|
| /linux/scripts/gdb/linux/ |
| A D | timerlist.py | 68 def print_cpu(hrtimer_bases, cpu, max_clock_bases): argument 69 cpu_base = cpus.per_cpu(hrtimer_bases, cpu) 188 hrtimer_bases = gdb.parse_and_eval("&hrtimer_bases") 197 text += print_cpu(hrtimer_bases, cpu, max_clock_bases)
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| A D | gdb-kernel-debugging.rst | 130 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| A D | gdb-kernel-debugging.rst | 126 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
|
| /linux/Documentation/dev-tools/ |
| A D | gdb-kernel-debugging.rst | 137 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
|
Completed in 24 milliseconds