Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dworkingset.c645 unsigned long max_nodes; in count_shadow_nodes() local
693 max_nodes = pages >> (XA_CHUNK_SHIFT - 3); in count_shadow_nodes()
695 if (nodes <= max_nodes) in count_shadow_nodes()
697 return nodes - max_nodes; in count_shadow_nodes()
/linux-6.15/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-6.15/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()