Searched refs:ceph_msgpool (Results 1 – 3 of 3) sorted by relevance
11 struct ceph_msgpool { struct19 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, argument22 extern void ceph_msgpool_destroy(struct ceph_msgpool *pool);23 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,25 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
432 struct ceph_msgpool msgpool_op;433 struct ceph_msgpool msgpool_op_reply;
289 struct ceph_msgpool *pool;
Completed in 10 milliseconds