Searched refs:shadow_nodes (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
A D | workingset.c | 432 static struct list_lru shadow_nodes; variable 448 list_lru_add(&shadow_nodes, &node->private_list); in workingset_update_node() 453 list_lru_del(&shadow_nodes, &node->private_list); in workingset_update_node() 466 nodes = list_lru_shrink_count(&shadow_nodes, sc); in count_shadow_nodes() 586 return list_lru_shrink_walk_irq(&shadow_nodes, sc, shadow_lru_isolate, in scan_shadow_nodes() 627 ret = __list_lru_init(&shadow_nodes, true, &shadow_nodes_key, in workingset_init()
|
/linux/lib/ |
A D | test_xarray.c | 1628 static LIST_HEAD(shadow_nodes); 1634 list_add(&shadow_nodes, &node->private_list); in test_update_node() 1646 while ((node = list_first_entry_or_null(&shadow_nodes, in shadow_remove() 1668 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset() 1673 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset() 1677 XA_BUG_ON(xa, list_empty(&shadow_nodes)); in check_workingset() 1680 XA_BUG_ON(xa, !list_empty(&shadow_nodes)); in check_workingset()
|
/linux/ |
A D | System.map | 160910 ffff80001211bde0 b shadow_nodes
|
A D | .tmp_System.map | 160910 ffff80001211bde0 b shadow_nodes
|
Completed in 322 milliseconds