Searched refs:msg_cache (Results 1 – 1 of 1) sorted by relevance
20 static struct kmem_cache *msg_cache; variable40 msg_cache = dlm_lowcomms_msg_cache_create(); in dlm_memory_init()41 if (!msg_cache) in dlm_memory_init()52 kmem_cache_destroy(msg_cache); in dlm_memory_init()67 kmem_cache_destroy(msg_cache); in dlm_memory_exit()143 return kmem_cache_alloc(msg_cache, allocation); in dlm_allocate_msg()148 kmem_cache_free(msg_cache, msg); in dlm_free_msg()