Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dmsgpool.h24 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
/linux-3.4.99/net/ceph/
Dmsgpool.c73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put() function
Dmessenger.c2838 ceph_msgpool_put(m->pool, m); in ceph_msg_last_put()