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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c45 static struct kmem_cache *obj_cache; variable in typeref:struct:kmem_cache
91 if (unlikely(!obj_cache))
96 new = kmem_cache_zalloc(obj_cache, gfp);
180 kmem_cache_free(obj_cache, obj);
200 if (obj_pool_free > ODEBUG_POOL_SIZE && obj_cache)
982 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL);
1022 kmem_cache_free(obj_cache, obj);
1038 obj_cache = kmem_cache_create("debug_objects_cache",
1042 if (!obj_cache || debug_objects_replace_static_objects()) {
1044 if (obj_cache)
[all...]

Completed in 62 milliseconds