Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/include/asm-generic/
H A Dnuma.h41 void numa_remove_cpu(unsigned int cpu);
47 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() function
/openbmc/linux/arch/x86/include/asm/
H A Dnuma.h58 extern void numa_remove_cpu(int cpu);
65 static inline void numa_remove_cpu(int cpu) { } in numa_remove_cpu() function
/openbmc/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c45 numa_remove_cpu(cpu); in __cpu_disable()
/openbmc/linux/drivers/base/
H A Darch_numa.c82 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
89 numa_remove_cpu(cpu); in numa_clear_node()
/openbmc/linux/arch/x86/mm/
H A Dnuma_emulation.c548 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
581 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
H A Dnuma.c787 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
862 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
/openbmc/linux/arch/loongarch/kernel/
H A Dnuma.c145 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
H A Dsmp.c370 numa_remove_cpu(cpu); in loongson_cpu_disable()
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c302 numa_remove_cpu(cpu); in __cpu_disable()
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c1406 numa_remove_cpu(cpu); in remove_cpu_from_maps()