Home
last modified time | relevance | path

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

/arch/s390/numa/
Dnuma_mode.h15 void (*update_cpu_topology)(void); /* Called by topology code */ member
Dnuma.c42 if (mode->update_cpu_topology) in numa_update_cpu_topology()
43 mode->update_cpu_topology(); in numa_update_cpu_topology()
Dmode_emu.c506 .update_cpu_topology = emu_update_cpu_topology,
/arch/powerpc/mm/
Dnuma.c1375 static int update_cpu_topology(void *data) in update_cpu_topology() function
1514 stop_machine(update_cpu_topology, &updates[0], &updated_cpus); in arch_update_cpu_topology()