Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dmsgpool.h25 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
/Linux-v5.10/net/ceph/
Dmsgpool.c81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put() function
Dmessenger.c3506 ceph_msgpool_put(m->pool, m); in ceph_msg_release()