Searched refs:sib_core (Results 1 – 2 of 2) sorted by relevance
693 cpumask_t *sib_core; member722 for_each_set_bit(cpu, cpumask_bits(&t->sib_core[i]), nr_cpus) in scan_core_topology()754 char *sib_core, *sib_thr; in svg_build_topology_map() local761 t.sib_core = calloc(env->nr_sibling_cores, sizeof(cpumask_t)); in svg_build_topology_map()764 sib_core = env->sibling_cores; in svg_build_topology_map()767 if (!t.sib_core || !t.sib_thr) { in svg_build_topology_map()773 if (str_to_bitmap(sib_core, &t.sib_core[i], nr_cpus)) { in svg_build_topology_map()778 sib_core += strlen(sib_core) + 1; in svg_build_topology_map()804 zfree(&t.sib_core); in svg_build_topology_map()
5436 int so, shift, sib_core; in get_thread_siblings() local5465 sib_core = get_core_id(so); in get_thread_siblings()5466 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()