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

/linux-4.1.27/mm/
H A Dslab.c284 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) macro
1849 OFF_SLAB(cachep)) slab_destroy_debugcheck()
1910 if (OFF_SLAB(cachep)) slab_destroy()
2466 if (OFF_SLAB(cachep)) { alloc_slabmgmt()
2527 OFF_SLAB(cachep) && cachep->flags & SLAB_POISON) cache_init_objs()
2749 if ((cachep->size % PAGE_SIZE)==0 && OFF_SLAB(cachep)) { cache_free_debugcheck()
2886 if ((cachep->size % PAGE_SIZE) == 0 && OFF_SLAB(cachep)) cache_alloc_debugcheck_after()

Completed in 72 milliseconds