Searched refs:root_caches_node (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | slab_common.c | 225 	list_for_each_entry(s, &slab_root_caches, root_caches_node) {  in memcg_update_all_caches()241 		list_add(&s->root_caches_node, &slab_root_caches);  in memcg_link_cache()
 255 		list_del(&s->root_caches_node);  in memcg_unlink_cache()
 351 	list_for_each_entry_reverse(s, &slab_root_caches, root_caches_node) {  in find_mergeable()
 806 	list_for_each_entry(s, &slab_root_caches, root_caches_node) {  in memcg_deactivate_kmem_caches()
 1462 	struct kmem_cache *s = list_entry(p, struct kmem_cache, root_caches_node);  in slab_show()
 1591 	list_for_each_entry(s, &slab_root_caches, root_caches_node) {  in memcg_slabinfo_show()
 
 | 
| D | slab.h | 282 #define root_caches_node	memcg_params.__root_caches_node  macro415 #define root_caches_node	list  macro
 
 |