Searched refs:thiscpu (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | platsmp.c | 53 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.4.14/arch/x86/kernel/apic/ |
D | apic.c | 2019 int thiscpu = num_processors + disabled_cpus; in generic_processor_info() local 2023 thiscpu, apicid); in generic_processor_info() 2035 int thiscpu = max + disabled_cpus - 1; in generic_processor_info() local 2040 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info() 2047 int thiscpu = max + disabled_cpus; in generic_processor_info() local 2051 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info()
|
/linux-4.4.14/mm/ |
D | mempolicy.c | 2253 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local 2254 int thisnid = cpu_to_node(thiscpu); in mpol_misplaced() 2305 if (!should_numa_migrate_memory(current, page, curnid, thiscpu)) in mpol_misplaced()
|