Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dworkingset.c523 unsigned long max_nodes; in count_shadow_nodes() local
570 max_nodes = pages >> (XA_CHUNK_SHIFT - 3); in count_shadow_nodes()
575 if (nodes <= max_nodes) in count_shadow_nodes()
577 return nodes - max_nodes; in count_shadow_nodes()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dnuma.c896 int prop_length, max_nodes; in find_possible_nodes() local
926 max_nodes = of_read_number(&domains[min_common_depth], 1); in find_possible_nodes()
927 pr_info("Partition configured for %d NUMA nodes.\n", max_nodes); in find_possible_nodes()
929 for (i = 0; i < max_nodes; i++) { in find_possible_nodes()
/kernel/linux/linux-5.10/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()