Searched refs:default_cpu (Results 1 – 2 of 2) sorted by relevance
114 static const struct cpu_dev default_cpu = { variable120 static const struct cpu_dev *this_cpu = &default_cpu;820 this_cpu = &default_cpu; in get_cpu_vendor()
1008 int i, cpu = smp_processor_id(), default_cpu = -1; in get_nohz_timer_target() local1015 default_cpu = cpu; in get_nohz_timer_target()1033 if (default_cpu == -1) in get_nohz_timer_target()1034 default_cpu = housekeeping_any_cpu(HK_FLAG_TIMER); in get_nohz_timer_target()1035 cpu = default_cpu; in get_nohz_timer_target()