Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dworkingset.c658 unsigned long max_nodes; in count_shadow_nodes() local
706 max_nodes = pages >> (XA_CHUNK_SHIFT - 3); in count_shadow_nodes()
708 if (nodes <= max_nodes) in count_shadow_nodes()
710 return nodes - max_nodes; in count_shadow_nodes()
/linux/arch/powerpc/mm/
H A Dnuma.c1108 int prop_length, max_nodes; in find_possible_nodes() local
1140 max_nodes = of_read_number(&domains[primary_domain_index], 1); in find_possible_nodes()
1141 pr_info("Partition configured for %d NUMA nodes.\n", max_nodes); in find_possible_nodes()
1143 for (i = 0; i < max_nodes; i++) { in find_possible_nodes()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.h283 u32 max_nodes; member
H A Dxgene_enet_main.c1853 enet_cle->max_nodes = 512; in xgene_enet_init_hw()