Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/
Dcommon.c196 static const struct cpu_dev default_cpu = { variable
202 static const struct cpu_dev *this_cpu = &default_cpu;
928 this_cpu = &default_cpu; in get_cpu_vendor()
/linux-6.1.9/kernel/sched/
Dcore.c1066 int i, cpu = smp_processor_id(), default_cpu = -1; in get_nohz_timer_target() local
1073 default_cpu = cpu; in get_nohz_timer_target()
1091 if (default_cpu == -1) in get_nohz_timer_target()
1092 default_cpu = housekeeping_any_cpu(HK_TYPE_TIMER); in get_nohz_timer_target()
1093 cpu = default_cpu; in get_nohz_timer_target()