Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dslab_common.c54 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
167 if (slab_nomerge || (s->flags & SLAB_NEVER_MERGE)) in slab_unmergeable()
201 if (flags & SLAB_NEVER_MERGE) in find_mergeable()