Searched refs:thiscpu (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/kernel/apic/ |
| D | apic.c | 2421 int thiscpu = num_processors + disabled_cpus; in generic_processor_info() local 2424 " Processor %d/0x%x ignored.\n", thiscpu, apicid); in generic_processor_info() 2436 int thiscpu = max + disabled_cpus - 1; in generic_processor_info() local 2440 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info() 2447 int thiscpu = max + disabled_cpus; in generic_processor_info() local 2450 "Processor %d/0x%x ignored.\n", max, thiscpu, apicid); in generic_processor_info()
|
| /Linux-v5.15/tools/power/x86/turbostat/ |
| D | turbostat.c | 2856 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument 2861 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id() 2874 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument 2880 int cpu = thiscpu->logical_cpu_id; in get_thread_siblings() 2885 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings() 2886 if (thiscpu->thread_id < 0) in get_thread_siblings() 2887 thiscpu->thread_id = thread_id++; in get_thread_siblings() 2888 if (!thiscpu->put_ids) in get_thread_siblings() 2892 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings() 2909 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings() [all …]
|
| /Linux-v5.15/mm/ |
| D | mempolicy.c | 2385 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local 2386 int thisnid = cpu_to_node(thiscpu); in mpol_misplaced() 2443 if (!should_numa_migrate_memory(current, page, curnid, thiscpu)) in mpol_misplaced()
|