Searched refs:shadow_nodes (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | workingset.c | 611 struct list_lru shadow_nodes; variable 629 list_lru_add_obj(&shadow_nodes, &node->private_list); in workingset_update_node() 634 list_lru_del_obj(&shadow_nodes, &node->private_list); in workingset_update_node() 647 nodes = list_lru_shrink_count(&shadow_nodes, sc); in count_shadow_nodes() 771 return list_lru_shrink_walk_irq(&shadow_nodes, sc, shadow_lru_isolate, in scan_shadow_nodes() 809 ret = list_lru_init_memcg_key(&shadow_nodes, workingset_shadow_shrinker, in workingset_init()
|
| H A D | internal.h | 1638 extern struct list_lru shadow_nodes; 1642 xas_set_lru(xas, &shadow_nodes); \
|
| /linux/lib/ |
| H A D | test_xarray.c | 1996 static LIST_HEAD(shadow_nodes); 2002 list_add(&shadow_nodes, &node->private_list); in test_update_node() 2014 while ((node = list_first_entry_or_null(&shadow_nodes, in shadow_remove() 2036 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset() 2041 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset() 2045 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset() 2048 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset()
|