Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dnuma.h64 extern void numa_remove_cpu(int cpu);
70 static inline void numa_remove_cpu(int cpu) { } in numa_remove_cpu() function
/arch/x86/mm/
Dnuma_emulation.c475 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
508 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
Dnuma.c782 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
857 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
/arch/x86/kernel/
Dsmpboot.c1552 numa_remove_cpu(cpu); in remove_cpu_from_maps()