Home
last modified time | relevance | path

Searched refs:mhandle_cache (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/dlm/
Dmemory.c19 static struct kmem_cache *mhandle_cache; variable
31 mhandle_cache = dlm_midcomms_cache_create(); in dlm_memory_init()
32 if (!mhandle_cache) in dlm_memory_init()
56 kmem_cache_destroy(mhandle_cache); in dlm_memory_init()
66 kmem_cache_destroy(mhandle_cache); in dlm_memory_exit()
123 return kmem_cache_alloc(mhandle_cache, GFP_NOFS); in dlm_allocate_mhandle()
128 kmem_cache_free(mhandle_cache, mhandle); in dlm_free_mhandle()