Home
last modified time | relevance | path

Searched refs:cpus_with_topology (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/s390/kernel/
Dtopology.c66 cpumask_t cpus_with_topology; variable
141 cpumask_set_cpu(lcpu + i, &cpus_with_topology); in add_cpus_to_mask()
267 cpumask_set_cpu(cpu, &cpus_with_topology); in update_cpu_masks()
292 cpumask_clear(&cpus_with_topology); in __arch_update_cpu_topology()
/Linux-v4.19/arch/s390/include/asm/
Dtopology.h28 extern cpumask_t cpus_with_topology;
/Linux-v4.19/arch/s390/numa/
Dmode_emu.c357 for_each_cpu(cpu, &cpus_with_topology) { in toptree_from_topology()