Searched refs:ceph_msg_cache (Results 1 – 1 of 1) sorted by relevance
158 static struct kmem_cache *ceph_msg_cache; variable235 BUG_ON(ceph_msg_cache); in ceph_msgr_slab_init()236 ceph_msg_cache = KMEM_CACHE(ceph_msg, 0); in ceph_msgr_slab_init()237 if (!ceph_msg_cache) in ceph_msgr_slab_init()245 BUG_ON(!ceph_msg_cache); in ceph_msgr_slab_exit()246 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_exit()247 ceph_msg_cache = NULL; in ceph_msgr_slab_exit()3331 m = kmem_cache_zalloc(ceph_msg_cache, flags); in ceph_msg_new2()3483 kmem_cache_free(ceph_msg_cache, m); in ceph_msg_free()