Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dslab_common.c775 s->flags |= SLAB_DEACTIVATED; in kmemcg_cache_deactivate()
1012 if (s->flags & SLAB_DEACTIVATED) in kmem_cache_shrink_all()
1611 else if (c->flags & SLAB_DEACTIVATED) in memcg_slabinfo_show()
/Linux-v5.4/include/linux/
Dslab.h121 #define SLAB_DEACTIVATED ((slab_flags_t __force)0x10000000U) macro