Searched refs:thiscpu (Results 1 – 2 of 2) sorted by relevance
5647 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument5652 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id()5721 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument5727 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 …]
2799 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local2876 thiscpu)) in mpol_misplaced()