Searched refs:msg_cache (Results 1 – 1 of 1) sorted by relevance
21 static struct kmem_cache *msg_cache; variable42 msg_cache = dlm_lowcomms_msg_cache_create(); in dlm_memory_init()43 if (!msg_cache) in dlm_memory_init()62 kmem_cache_destroy(msg_cache); in dlm_memory_init()77 kmem_cache_destroy(msg_cache); in dlm_memory_exit()159 return kmem_cache_alloc(msg_cache, allocation); in dlm_allocate_msg()164 kmem_cache_free(msg_cache, msg); in dlm_free_msg()