Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/dlm/
A Dmemory.c20 static struct kmem_cache *mhandle_cache; variable
33 mhandle_cache = dlm_midcomms_cache_create(); in dlm_memory_init()
34 if (!mhandle_cache) in dlm_memory_init()
66 kmem_cache_destroy(mhandle_cache); in dlm_memory_init()
76 kmem_cache_destroy(mhandle_cache); in dlm_memory_exit()
139 return kmem_cache_alloc(mhandle_cache, allocation); in dlm_allocate_mhandle()
144 kmem_cache_free(mhandle_cache, mhandle); in dlm_free_mhandle()

Completed in 4 milliseconds