ceph_msgpool      240 include/linux/ceph/messenger.h 	struct ceph_msgpool *pool;
ceph_msgpool       19 include/linux/ceph/msgpool.h int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
ceph_msgpool       22 include/linux/ceph/msgpool.h extern void ceph_msgpool_destroy(struct ceph_msgpool *pool);
ceph_msgpool       23 include/linux/ceph/msgpool.h struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
ceph_msgpool       25 include/linux/ceph/msgpool.h extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
ceph_msgpool      366 include/linux/ceph/osd_client.h 	struct ceph_msgpool	msgpool_op;
ceph_msgpool      367 include/linux/ceph/osd_client.h 	struct ceph_msgpool	msgpool_op_reply;
ceph_msgpool       14 net/ceph/msgpool.c 	struct ceph_msgpool *pool = arg;
ceph_msgpool       30 net/ceph/msgpool.c 	struct ceph_msgpool *pool = arg;
ceph_msgpool       38 net/ceph/msgpool.c int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
ceph_msgpool       53 net/ceph/msgpool.c void ceph_msgpool_destroy(struct ceph_msgpool *pool)
ceph_msgpool       59 net/ceph/msgpool.c struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
ceph_msgpool       81 net/ceph/msgpool.c void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg)