Searched refs:hrtimer_bases (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | hrtimer.c | 68 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() 730 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event() 746 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres() 778 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram() 1050 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer() 1125 force_local = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in __hrtimer_start_range_ns() [all …]
|
| H A D | tick-internal.h | 165 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
|
| H A D | timer_list.c | 132 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu()
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | timerlist.py | 69 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)
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 133 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
|