Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmessenger.c139 static struct kmem_cache *ceph_msg_cache; variable
213 BUG_ON(ceph_msg_cache); in ceph_msgr_slab_init()
214 ceph_msg_cache = KMEM_CACHE(ceph_msg, 0); in ceph_msgr_slab_init()
215 if (!ceph_msg_cache) in ceph_msgr_slab_init()
223 BUG_ON(!ceph_msg_cache); in ceph_msgr_slab_exit()
224 kmem_cache_destroy(ceph_msg_cache); in ceph_msgr_slab_exit()
225 ceph_msg_cache = NULL; in ceph_msgr_slab_exit()
1969 m = kmem_cache_zalloc(ceph_msg_cache, flags); in ceph_msg_new2()
2154 kmem_cache_free(ceph_msg_cache, m); in ceph_msg_free()