Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dworkingset.c632 unsigned long max_nodes; in count_shadow_nodes() local
680 max_nodes = pages >> (XA_CHUNK_SHIFT - 3); in count_shadow_nodes()
682 if (nodes <= max_nodes) in count_shadow_nodes()
684 return nodes - max_nodes; in count_shadow_nodes()
/linux-6.6.21/arch/powerpc/mm/
Dnuma.c1116 int prop_length, max_nodes; in find_possible_nodes() local
1146 max_nodes = of_read_number(&domains[primary_domain_index], 1); in find_possible_nodes()
1147 pr_info("Partition configured for %d NUMA nodes.\n", max_nodes); in find_possible_nodes()
1149 for (i = 0; i < max_nodes; i++) { in find_possible_nodes()
/linux-6.6.21/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.h283 u32 max_nodes; member
Dxgene_enet_main.c1853 enet_cle->max_nodes = 512; in xgene_enet_init_hw()