Home
last modified time | relevance | path

Searched refs:num_phys_nodes (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dnuma.h52 extern int num_phys_nodes(void);
60 static inline int num_phys_nodes(void) in num_phys_nodes() function
/linux/arch/x86/mm/
H A Dnuma.c62 int __init num_phys_nodes(void) in num_phys_nodes() function
/linux/arch/x86/kernel/cpu/
H A Dtopology.c500 cntb = num_phys_nodes(); in topology_init_possible_cpus()