Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dmsgpool.h25 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
/openbmc/linux/net/ceph/
H A Dmsgpool.c81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put() function
H A Dmessenger.c2177 ceph_msgpool_put(m->pool, m); in ceph_msg_release()