Searched refs:ceph_msg_cache (Results 1 – 1 of 1) sorted by relevance
158 static struct kmem_cache *ceph_msg_cache; variable233 BUG_ON(ceph_msg_cache); in ceph_msgr_slab_init()234 ceph_msg_cache = KMEM_CACHE(ceph_msg, 0); in ceph_msgr_slab_init()235 if (!ceph_msg_cache) in ceph_msgr_slab_init()243 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_init()244 ceph_msg_cache = NULL; in ceph_msgr_slab_init()255 BUG_ON(!ceph_msg_cache); in ceph_msgr_slab_exit()256 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_exit()257 ceph_msg_cache = NULL; in ceph_msgr_slab_exit()3363 m = kmem_cache_zalloc(ceph_msg_cache, flags); in ceph_msg_new()[all …]