Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dslab.h439 int slab_unmergeable(struct kmem_cache *s);
H A Dslab_common.c153 int slab_unmergeable(struct kmem_cache *s) in slab_unmergeable() function
196 if (slab_unmergeable(s)) in find_mergeable()
H A Dslub.c7493 int unmergeable = slab_unmergeable(s); in sysfs_slab_add()