Searched refs:shadow_nodes (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | workingset.c | 624 struct list_lru shadow_nodes; variable 644 list_lru_add_obj(&shadow_nodes, &node->private_list); in workingset_update_node() 649 list_lru_del_obj(&shadow_nodes, &node->private_list); in workingset_update_node() 662 nodes = list_lru_shrink_count(&shadow_nodes, sc); in count_shadow_nodes() 788 return list_lru_shrink_walk_irq(&shadow_nodes, sc, shadow_lru_isolate, in scan_shadow_nodes() 826 ret = __list_lru_init(&shadow_nodes, true, &shadow_nodes_key, in workingset_init()
|
D | internal.h | 1475 extern struct list_lru shadow_nodes;
|
D | filemap.c | 134 xas_set_lru(xas, &shadow_nodes); in mapping_set_update()
|
/linux-6.12.1/lib/ |
D | test_xarray.c | 1895 static LIST_HEAD(shadow_nodes); 1901 list_add(&shadow_nodes, &node->private_list); in test_update_node() 1913 while ((node = list_first_entry_or_null(&shadow_nodes, in shadow_remove() 1935 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset() 1940 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset() 1944 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset() 1947 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset()
|