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

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

Completed in 91 milliseconds