Home
last modified time | relevance | path

Searched refs:numa_remove_cpu (Results 1 – 9 of 9) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dnuma.h27 extern void numa_remove_cpu(unsigned int cpu);
44 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() function
/linux/arch/x86/include/asm/
H A Dnuma.h49 extern void numa_remove_cpu(unsigned int cpu);
56 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() function
/linux/include/asm-generic/
H A Dnuma.h39 void numa_remove_cpu(unsigned int cpu);
45 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() function
/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c38 numa_remove_cpu(cpu); in __cpu_disable()
/linux/drivers/base/
H A Darch_numa.c81 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
89 numa_remove_cpu(cpu); in numa_clear_node()
376 enable ? "numa_add_cpu" : "numa_remove_cpu", in debug_cpumask_set_cpu()
/linux/arch/x86/mm/
H A Dnuma.c325 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
384 enable ? "numa_add_cpu" : "numa_remove_cpu", in debug_cpumask_set_cpu()
400 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
/linux/mm/
H A Dnuma_emulation.c369 * nodes. This is used by numa_add_cpu() and numa_remove_cpu().
565 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
598 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
/linux/arch/loongarch/kernel/
H A Dnuma.c137 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
/linux/arch/x86/kernel/
H A Dsmpboot.c1179 numa_remove_cpu(cpu); in remove_cpu_from_maps()