Lines Matching refs:object_cache
213 static struct kmem_cache *object_cache;
457 if (object_cache) {
458 object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp));
486 kmem_cache_free(object_cache, object);
534 * concurrent object_list traversal when !object_cache and all objects
537 if (object_cache)
614 * Use object_cache to determine whether kmemleak_init() has
618 if (!object_cache)
713 kmem_cache_free(object_cache, object);
2106 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE);