Searched refs:ceph_msgpool (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ceph/ |
D | msgpool.h | 11 struct ceph_msgpool { struct 19 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, argument 22 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 *);
|
D | osd_client.h | 432 struct ceph_msgpool msgpool_op; 433 struct ceph_msgpool msgpool_op_reply;
|
D | messenger.h | 289 struct ceph_msgpool *pool;
|
/linux-6.6.21/net/ceph/ |
D | msgpool.c | 14 struct ceph_msgpool *pool = arg; in msgpool_alloc() 30 struct ceph_msgpool *pool = arg; in msgpool_free() 38 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, in ceph_msgpool_init() 53 void ceph_msgpool_destroy(struct ceph_msgpool *pool) in ceph_msgpool_destroy() 59 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, in ceph_msgpool_get() 81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
|