Home
last modified time | relevance | path

Searched refs:num_phys_nodes (Results 1 – 2 of 2) 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/kernel/cpu/
H A Dtopology.c496 cntb = num_phys_nodes(); in topology_init_possible_cpus()