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()756 char *sib_core, *sib_thr; in svg_build_topology_map() local762 t.sib_core = calloc(env->nr_sibling_cores, sizeof(cpumask_t)); in svg_build_topology_map()765 sib_core = env->sibling_cores; in svg_build_topology_map()768 if (!t.sib_core || !t.sib_thr) { in svg_build_topology_map()774 if (str_to_bitmap(sib_core, &t.sib_core[i], nr_cpus)) { in svg_build_topology_map()779 sib_core += strlen(sib_core) + 1; in svg_build_topology_map()805 zfree(&t.sib_core); in svg_build_topology_map()
2935 int so, shift, sib_core; in get_thread_siblings() local2964 sib_core = get_core_id(so); in get_thread_siblings()2965 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()