Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/mm/
Dk8topology.c95 int nodeid, numnodes, maxnode, i, nb; in k8_scan_nodes() local
107 maxnode = -1; in k8_scan_nodes()
127 if (nodeid > maxnode) in k8_scan_nodes()
128 maxnode = nodeid; in k8_scan_nodes()
174 if (maxnode <= 0) in k8_scan_nodes()
177 memnode_shift = compute_hash_shift(nodes,maxnode,end); in k8_scan_nodes()
Dnuma.c28 int maxnode; variable
74 if (nodeid > maxnode) in setup_node_bootmem()
75 maxnode = nodeid; in setup_node_bootmem()
132 #define for_all_nodes(x) for ((x) = 0; (x) <= maxnode; (x)++) \
/linux-2.4.37.9/include/asm-x86_64/
Dmmzone.h32 extern int maxnode;
46 VIRTUAL_BUG_ON(nid > maxnode); in phys_to_nid()