Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c2120 struct kmem_cache *obj_exts_cache; in obj_exts_alloc_size() local
2135 obj_exts_cache = kmalloc_slab(sz, NULL, gfp, 0); in obj_exts_alloc_size()
2142 if (s->object_size == obj_exts_cache->object_size) in obj_exts_alloc_size()
2143 return obj_exts_cache->object_size + 1; in obj_exts_alloc_size()