Searched refs:thiscpu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic.c | 2398 int thiscpu = num_processors + disabled_cpus; in generic_processor_info() local 2401 " Processor %d/0x%x ignored.\n", thiscpu, apicid); in generic_processor_info() 2413 int thiscpu = max + disabled_cpus - 1; in generic_processor_info() local 2417 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info() 2424 int thiscpu = max + disabled_cpus; in generic_processor_info() local 2427 "Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2730 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument 2735 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id() 2749 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument 2755 int cpu = thiscpu->logical_cpu_id; in get_thread_siblings() 2760 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings() 2761 if (thiscpu->thread_id < 0) in get_thread_siblings() 2762 thiscpu->thread_id = thread_id++; in get_thread_siblings() 2763 if (!thiscpu->put_ids) in get_thread_siblings() 2767 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings() 2785 if (sib_core == thiscpu in get_thread_siblings() [all...] |
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2912 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument 2917 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id() 2930 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument 2936 int cpu = thiscpu->logical_cpu_id; in get_thread_siblings() 2941 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings() 2942 if (thiscpu->thread_id < 0) in get_thread_siblings() 2943 thiscpu->thread_id = thread_id++; in get_thread_siblings() 2944 if (!thiscpu->put_ids) in get_thread_siblings() 2948 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings() 2965 if (sib_core == thiscpu in get_thread_siblings() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | apic.c | 2429 int thiscpu = num_processors + disabled_cpus; in generic_processor_info() local 2432 thiscpu, apicid); in generic_processor_info() 2439 int thiscpu = max + disabled_cpus; in generic_processor_info() local 2442 "Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 2465 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local 2466 int thisnid = cpu_to_node(thiscpu); in mpol_misplaced() 2513 if (!should_numa_migrate_memory(current, page, curnid, thiscpu)) in mpol_misplaced()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 2592 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local 2593 int thisnid = cpu_to_node(thiscpu); in mpol_misplaced() 2650 if (!should_numa_migrate_memory(current, page, curnid, thiscpu)) in mpol_misplaced()
|
Completed in 23 milliseconds