Searched refs:ceph_msg_cache (Results 1 – 1 of 1) sorted by relevance
138 static struct kmem_cache *ceph_msg_cache; variable212 BUG_ON(ceph_msg_cache); in ceph_msgr_slab_init()213 ceph_msg_cache = KMEM_CACHE(ceph_msg, 0); in ceph_msgr_slab_init()214 if (!ceph_msg_cache) in ceph_msgr_slab_init()222 BUG_ON(!ceph_msg_cache); in ceph_msgr_slab_exit()223 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_exit()224 ceph_msg_cache = NULL; in ceph_msgr_slab_exit()1911 m = kmem_cache_zalloc(ceph_msg_cache, flags); in ceph_msg_new2()2096 kmem_cache_free(ceph_msg_cache, m); in ceph_msg_free()