Searched refs:dlm_lock_cache (Results 1 – 1 of 1) sorted by relevance
38 static struct kmem_cache *dlm_lock_cache; variable53 dlm_lock_cache = kmem_cache_create("o2dlm_lock", in dlm_init_lock_cache()56 if (dlm_lock_cache == NULL) in dlm_init_lock_cache()63 kmem_cache_destroy(dlm_lock_cache); in dlm_destroy_lock_cache()352 kmem_cache_free(dlm_lock_cache, lock); in dlm_lock_release()411 lock = kmem_cache_zalloc(dlm_lock_cache, GFP_NOFS); in dlm_new_lock()419 kmem_cache_free(dlm_lock_cache, lock); in dlm_new_lock()