Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c5915 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument
5920 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id()
5989 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument
5995 int cpu = thiscpu->logical_cpu_id; in get_thread_siblings()
6000 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings()
6001 if (thiscpu->thread_id < 0) in get_thread_siblings()
6002 thiscpu->thread_id = thread_id++; in get_thread_siblings()
6003 if (!thiscpu->put_ids) in get_thread_siblings()
6007 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings()
6024 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()
[all …]
/linux/mm/
H A Dmempolicy.c2988 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local
3065 thiscpu)) in mpol_misplaced()