Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslab.c257 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) macro
1424 if (debug_pagealloc_enabled_static() && OFF_SLAB(cachep) && in is_debug_pagealloc_cache()
1631 if (OFF_SLAB(cachep)) in slab_destroy()
1694 if (OFF_SLAB(freelist_cache)) in calculate_slab_order()
2074 if (OFF_SLAB(cachep)) { in __kmem_cache_create()
2303 else if (OFF_SLAB(cachep)) { in alloc_slabmgmt()
2619 if (OFF_SLAB(cachep) && !freelist) in cache_grow_begin()
/kernel/linux/linux-6.6/mm/
H A Dslab.c257 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) macro
1410 return debug_pagealloc_enabled_static() && OFF_SLAB(cachep) && in is_debug_pagealloc_cache()
1614 if (OFF_SLAB(cachep)) in slab_destroy()
1682 if (OFF_SLAB(freelist_cache)) in calculate_slab_order()
2285 else if (OFF_SLAB(cachep)) { in alloc_slabmgmt()
2578 if (OFF_SLAB(cachep) && !freelist) in cache_grow_begin()

Completed in 10 milliseconds