Home
last modified time | relevance | path

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

/kernel/time/
Dtick-sched.c188 int tick_cpu, cpu = smp_processor_id(); in tick_sched_do_timer() local
201 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_sched_do_timer()
202 if (unlikely(tick_cpu == TICK_DO_TIMER_NONE)) { in tick_sched_do_timer()
207 tick_cpu = cpu; in tick_sched_do_timer()
212 if (tick_cpu == cpu) { in tick_sched_do_timer()
811 int tick_cpu; in tick_nohz_next_event() local
874 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_nohz_next_event()
875 if (tick_cpu != cpu && in tick_nohz_next_event()
876 (tick_cpu != TICK_DO_TIMER_NONE || !ts->do_timer_last)) in tick_nohz_next_event()
897 int tick_cpu; in tick_nohz_stop_tick() local
[all …]