Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.c284 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) macro
1851 OFF_SLAB(cachep)) in slab_destroy_debugcheck()
1901 if (OFF_SLAB(cachep)) in slab_destroy()
2457 if (OFF_SLAB(cachep)) { in alloc_slabmgmt()
2518 OFF_SLAB(cachep) && cachep->flags & SLAB_POISON) in cache_init_objs()
2740 if ((cachep->size % PAGE_SIZE)==0 && OFF_SLAB(cachep)) { in cache_free_debugcheck()
2877 if ((cachep->size % PAGE_SIZE) == 0 && OFF_SLAB(cachep)) in cache_alloc_debugcheck_after()