Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dnuma.h42 void numa_remove_cpu(unsigned int cpu);
48 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dnuma.h65 extern void numa_remove_cpu(int cpu);
72 static inline void numa_remove_cpu(int cpu) { } in numa_remove_cpu() function
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dnuma.c83 void numa_remove_cpu(unsigned int cpu) in numa_remove_cpu() function
90 numa_remove_cpu(cpu); in numa_clear_node()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dnuma_emulation.c550 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
583 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
H A Dnuma.c817 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
892 void numa_remove_cpu(int cpu) in numa_remove_cpu() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsmp.c318 numa_remove_cpu(cpu); in __cpu_disable()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1574 numa_remove_cpu(cpu); in remove_cpu_from_maps()