Searched refs:ceph_msg_data_cache (Results 1 – 1 of 1) sorted by relevance
159 static struct kmem_cache *ceph_msg_data_cache; variable238 BUG_ON(ceph_msg_data_cache); in ceph_msgr_slab_init()239 ceph_msg_data_cache = KMEM_CACHE(ceph_msg_data, 0); in ceph_msgr_slab_init()240 if (ceph_msg_data_cache) in ceph_msgr_slab_init()251 BUG_ON(!ceph_msg_data_cache); in ceph_msgr_slab_exit()252 kmem_cache_destroy(ceph_msg_data_cache); in ceph_msgr_slab_exit()253 ceph_msg_data_cache = NULL; in ceph_msgr_slab_exit()3266 data = kmem_cache_zalloc(ceph_msg_data_cache, GFP_NOFS); in ceph_msg_data_create()3284 kmem_cache_free(ceph_msg_data_cache, data); in ceph_msg_data_destroy()