Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab_common.c140 int slab_unmergeable(struct kmem_cache *s) in slab_unmergeable() function
182 if (slab_unmergeable(s)) in find_mergeable()
H A Dslab.h303 int slab_unmergeable(struct kmem_cache *s);
H A Dslub.c6144 int unmergeable = slab_unmergeable(s); in sysfs_slab_add()