Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslab_common.c54 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
166 if (slab_nomerge || (s->flags & SLAB_NEVER_MERGE)) in slab_unmergeable()
200 if (flags & SLAB_NEVER_MERGE) in find_mergeable()
/kernel/linux/linux-6.6/mm/
H A Dslab_common.c50 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
142 if (slab_nomerge || (s->flags & SLAB_NEVER_MERGE)) in slab_unmergeable()
178 if (flags & SLAB_NEVER_MERGE) in find_mergeable()

Completed in 4 milliseconds