Searched refs:obj_cache (Results 1 – 1 of 1) sorted by relevance
82 static struct objcache *obj_cache = NULL; variable245 dp = objcache_get(obj_cache, M_WAITOK); in _strategy()307 objcache_put(obj_cache, dp); in _submit_queue()394 if (obj_cache == NULL) { in _objcache_create()395 obj_cache = objcache_create("dmdlobj", 0, 0, NULL, NULL, NULL, in _objcache_create()400 KKASSERT(obj_cache); in _objcache_create()406 if (obj_cache) { in _objcache_destroy()407 objcache_destroy(obj_cache); in _objcache_destroy()408 obj_cache = NULL; in _objcache_destroy()