Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c107 static const struct cpu_dev default_cpu = { variable
113 static const struct cpu_dev *this_cpu = &default_cpu;
820 this_cpu = &default_cpu; in get_cpu_vendor()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c675 int i, cpu = smp_processor_id(), default_cpu = -1; in get_nohz_timer_target() local
681 default_cpu = cpu; in get_nohz_timer_target()
698 if (default_cpu == -1) { in get_nohz_timer_target()
711 default_cpu = cpumask_any(cpu_active_mask); in get_nohz_timer_target()
713 if (unlikely(default_cpu >= nr_cpu_ids)) in get_nohz_timer_target()
717 cpu = default_cpu; in get_nohz_timer_target()