ceph_msgpool
struct ceph_msgpool *pool;
int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
extern void ceph_msgpool_destroy(struct ceph_msgpool *pool);
struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
struct ceph_msgpool msgpool_op;
struct ceph_msgpool msgpool_op_reply;
struct ceph_msgpool *pool = arg;
struct ceph_msgpool *pool = arg;
int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
void ceph_msgpool_destroy(struct ceph_msgpool *pool)
struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg)