Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab.h103 int slab_unmergeable(struct kmem_cache *s);
Dslab_common.c293 int slab_unmergeable(struct kmem_cache *s) in slab_unmergeable() function
336 if (slab_unmergeable(s)) in find_mergeable()
Dslub.c5677 int unmergeable = slab_unmergeable(s); in sysfs_slab_add()