Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h23 #define SLAB_ALLOC_NEW_SLAB 0x02 /* a flag for alloc_slab_obj_exts() */ macro
H A Dslub.c2131 bool new_slab = alloc_flags & SLAB_ALLOC_NEW_SLAB; in alloc_slab_obj_exts()
2146 alloc_flags &= ~SLAB_ALLOC_NEW_SLAB; in alloc_slab_obj_exts()
3338 alloc_flags | SLAB_ALLOC_NEW_SLAB); in account_slab()