Searched refs:object_cache (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemleak.c188 static struct kmem_cache *object_cache; variable in typeref:struct:kmem_cache
444 kmem_cache_free(object_cache, object);
514 object = kmem_cache_alloc(object_cache, gfp & GFP_KMEMLEAK_MASK);
1674 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c188 static struct kmem_cache *object_cache; variable in typeref:struct:kmem_cache
444 kmem_cache_free(object_cache, object);
514 object = kmem_cache_alloc(object_cache, gfp & GFP_KMEMLEAK_MASK);
1674 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE);

Completed in 98 milliseconds