Home
last modified time | relevance | path

Searched refs:update_cpu_topology (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/s390/numa/
Dnuma.c48 if (mode->update_cpu_topology) in numa_update_cpu_topology()
49 mode->update_cpu_topology(); in numa_update_cpu_topology()
Dnuma_mode.h16 void (*update_cpu_topology)(void); /* Called by topology code */ member
Dmode_emu.c548 .update_cpu_topology = emu_update_cpu_topology,
/Linux-v5.4/arch/powerpc/mm/
Dnuma.c1258 static int update_cpu_topology(void *data) in update_cpu_topology() function
1408 stop_machine_cpuslocked(update_cpu_topology, &updates[0], in numa_update_cpu_topology()
1411 stop_machine(update_cpu_topology, &updates[0], &updated_cpus); in numa_update_cpu_topology()