Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dworkingset.c611 struct list_lru shadow_nodes; variable
631 list_lru_add_obj(&shadow_nodes, &node->private_list); in workingset_update_node()
636 list_lru_del_obj(&shadow_nodes, &node->private_list); in workingset_update_node()
649 nodes = list_lru_shrink_count(&shadow_nodes, sc); in count_shadow_nodes()
773 return list_lru_shrink_walk_irq(&shadow_nodes, sc, shadow_lru_isolate, in scan_shadow_nodes()
811 ret = list_lru_init_memcg_key(&shadow_nodes, workingset_shadow_shrinker, in workingset_init()
H A Dinternal.h1580 extern struct list_lru shadow_nodes;
1584 xas_set_lru(xas, &shadow_nodes); \
/linux-6.15/lib/
H A Dtest_xarray.c1983 static LIST_HEAD(shadow_nodes);
1989 list_add(&shadow_nodes, &node->private_list); in test_update_node()
2001 while ((node = list_first_entry_or_null(&shadow_nodes, in shadow_remove()
2023 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset()
2028 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset()
2032 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset()
2035 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset()