Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-mvebu/
Dplatsmp.c53 int thiscpu; in set_secondary_cpu_clock() local
57 thiscpu = get_cpu(); in set_secondary_cpu_clock()
59 cpu_clk = get_cpu_clk(thiscpu); in set_secondary_cpu_clock()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c2015 int thiscpu = num_processors + disabled_cpus; in generic_processor_info() local
2019 thiscpu, apicid); in generic_processor_info()
2031 int thiscpu = max + disabled_cpus - 1; in generic_processor_info() local
2036 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info()
2043 int thiscpu = max + disabled_cpus; in generic_processor_info() local
2047 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info()
/linux-4.1.27/mm/
Dmempolicy.c2256 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local
2257 int thisnid = cpu_to_node(thiscpu); in mpol_misplaced()
2308 if (!should_numa_migrate_memory(current, page, curnid, thiscpu)) in mpol_misplaced()