Searched refs:default_cpu (Results 1 – 1 of 1) sorted by relevance
1091 int i, cpu = smp_processor_id(), default_cpu = -1; in get_nohz_timer_target() local1103 default_cpu = cpu; in get_nohz_timer_target()1121 if (default_cpu == -1) in get_nohz_timer_target()1122 default_cpu = housekeeping_any_cpu(HK_TYPE_TIMER); in get_nohz_timer_target()1123 cpu = default_cpu; in get_nohz_timer_target()