Home
last modified time | relevance | path

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

/net/ceph/
Dmessenger.c158 static struct kmem_cache *ceph_msg_cache; variable
238 BUG_ON(ceph_msg_cache); in ceph_msgr_slab_init()
239 ceph_msg_cache = kmem_cache_create("ceph_msg", in ceph_msgr_slab_init()
243 if (!ceph_msg_cache) in ceph_msgr_slab_init()
254 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_init()
255 ceph_msg_cache = NULL; in ceph_msgr_slab_init()
266 BUG_ON(!ceph_msg_cache); in ceph_msgr_slab_exit()
267 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_exit()
268 ceph_msg_cache = NULL; in ceph_msgr_slab_exit()
3161 m = kmem_cache_zalloc(ceph_msg_cache, flags); in ceph_msg_new()
[all …]