Home
last modified time | relevance | path

Searched refs:numnodes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Damdtopology.c59 unsigned numnodes; in amd_numa_init() local
75 numnodes = ((reg >> 4) & 0xF) + 1; in amd_numa_init()
76 if (numnodes <= 1) in amd_numa_init()
79 pr_info("Number of physical nodes %d\n", numnodes); in amd_numa_init()
90 if (i < numnodes) in amd_numa_init()
94 if (nodeid >= numnodes) { in amd_numa_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/numactl/numactl/
H A DFix-the-test-output-format.patch21 if [ $numnodes -lt 2 ] ; then