Home
last modified time | relevance | path

Searched refs:slab_root_caches (Results 1 – 2 of 2) sorted by relevance

/mm/
Dslab_common.c133 LIST_HEAD(slab_root_caches);
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()
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()
1418 return seq_list_start(&slab_root_caches, *pos); in slab_start()
1423 return seq_list_next(p, &slab_root_caches, pos); in slab_next()
1477 if (p == slab_root_caches.next) in slab_show()
1604 list_for_each_entry(s, &slab_root_caches, root_caches_node) { in memcg_slabinfo_show()
Dslab.h281 extern struct list_head slab_root_caches;
414 #define slab_root_caches slab_caches macro