Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c5647 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument
5652 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id()
5721 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument
5727 int cpu = thiscpu->logical_cpu_id; in get_thread_siblings()
5733 if (thiscpu->thread_id < 0) in get_thread_siblings()
5734 thiscpu->thread_id = thread_id++; in get_thread_siblings()
5735 if (!thiscpu->put_ids) in get_thread_siblings()
5739 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings()
5756 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()
5757 CPU_SET_S(so, size, thiscpu->put_ids); in get_thread_siblings()
[all …]
/linux-6.15/mm/
H A Dmempolicy.c2799 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local
2876 thiscpu)) in mpol_misplaced()