Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dmessenger.c160 static struct kmem_cache *ceph_msg_data_cache; variable
248 BUG_ON(ceph_msg_data_cache); in ceph_msgr_slab_init()
249 ceph_msg_data_cache = kmem_cache_create("ceph_msg_data", in ceph_msgr_slab_init()
253 if (ceph_msg_data_cache) in ceph_msgr_slab_init()
264 BUG_ON(!ceph_msg_data_cache); in ceph_msgr_slab_exit()
265 kmem_cache_destroy(ceph_msg_data_cache); in ceph_msgr_slab_exit()
266 ceph_msg_data_cache = NULL; in ceph_msgr_slab_exit()
3186 data = kmem_cache_zalloc(ceph_msg_data_cache, GFP_NOFS); in ceph_msg_data_create()
3202 kmem_cache_free(ceph_msg_data_cache, data); in ceph_msg_data_destroy()