Home
last modified time | relevance | path

Searched refs:ceph_msg_data_cache (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ceph/
Dmessenger.c159 static struct kmem_cache *ceph_msg_data_cache; variable
238 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()