Home
last modified time | relevance | path

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

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