Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtick-sched.c229 int tick_cpu, cpu = smp_processor_id(); in tick_sched_do_timer() local
241 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_sched_do_timer()
243 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && unlikely(tick_cpu == TICK_DO_TIMER_NONE)) { in tick_sched_do_timer()
248 tick_cpu = cpu; in tick_sched_do_timer()
252 if (tick_cpu == cpu) in tick_sched_do_timer()
917 int tick_cpu; in tick_nohz_next_event() local
974 tick_cpu = READ_ONCE(tick_do_timer_cpu); in tick_nohz_next_event()
975 if (tick_cpu != cpu && in tick_nohz_next_event()
976 (tick_cpu != TICK_DO_TIMER_NONE || !tick_sched_flag_test(ts, TS_FLAG_DO_TIMER_LAST))) in tick_nohz_next_event()
997 int tick_cpu; in tick_nohz_stop_tick() local
[all …]