Searched refs:thiscpu (Results 1 – 2 of 2) sorted by relevance
5360 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id() argument5365 int cpu = thiscpu->logical_cpu_id; in get_physical_node_id()5431 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings() argument5437 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 …]
2749 int thiscpu = raw_smp_processor_id(); in mpol_misplaced() local2826 thiscpu)) in mpol_misplaced()