Searched refs:obj_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/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 133 milliseconds