Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c5360 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument
5365 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id()
5431 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument
5437 int cpu = thiscpu->logical_cpu_id; in get_thread_siblings()
5442 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings()
5443 if (thiscpu->thread_id < 0) in get_thread_siblings()
5444 thiscpu->thread_id = thread_id++; in get_thread_siblings()
5445 if (!thiscpu->put_ids) in get_thread_siblings()
5449 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings()
5466 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()
[all …]
/linux-6.12.1/mm/
Dmempolicy.c2749 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local
2826 thiscpu)) in mpol_misplaced()