Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dnuma.h53 extern void numa_remove_cpu(unsigned int cpu);
60 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() function
/linux/arch/loongarch/include/asm/
H A Dnuma.h41 extern void numa_remove_cpu(unsigned int cpu);
58 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/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()
/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c38 numa_remove_cpu(cpu); in __cpu_disable()
/linux/arch/x86/mm/
H A Dnuma.c324 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
399 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
/linux/mm/
H A Dnuma_emulation.c534 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
567 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
/linux/arch/loongarch/kernel/
H A Dnuma.c142 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
H A Dsmp.c403 numa_remove_cpu(cpu); in loongson_cpu_disable()
/linux/arch/arm64/kernel/
H A Dsmp.c317 numa_remove_cpu(cpu); in __cpu_disable()
/linux/arch/x86/kernel/
H A Dsmpboot.c1215 numa_remove_cpu(cpu); in remove_cpu_from_maps()