Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dtick-sched.c208 int tick_cpu, cpu = smp_processor_id(); in tick_sched_do_timer() local
220 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_sched_do_timer()
227 tick_cpu = cpu; in tick_sched_do_timer()
231 if (tick_cpu == cpu) in tick_sched_do_timer()
895 int tick_cpu; in tick_nohz_next_event() local
952 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_nohz_next_event()
953 if (tick_cpu != cpu && in tick_nohz_next_event()
975 int tick_cpu; in tick_nohz_stop_tick() local
1013 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_nohz_stop_tick()
1014 if (tick_cpu == cpu) { in tick_nohz_stop_tick()
[all …]