Home
last modified time | relevance | path

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

/mm/
Dslab_common.c175 int slab_unmergeable(struct kmem_cache *s) in slab_unmergeable() function
215 if (slab_unmergeable(s)) in find_mergeable()
Dslab.h122 int slab_unmergeable(struct kmem_cache *s);
Dslub.c5929 int unmergeable = slab_unmergeable(s); in sysfs_slab_add()