Home
last modified time | relevance | path

Searched refs:ceph_msgpool (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dmsgpool.h11 struct ceph_msgpool { struct
18 extern int ceph_msgpool_init(struct ceph_msgpool *pool, int type, argument
21 extern void ceph_msgpool_destroy(struct ceph_msgpool *pool);
22 extern struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *,
24 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
Dosd_client.h229 struct ceph_msgpool msgpool_op;
230 struct ceph_msgpool msgpool_op_reply;
Dmessenger.h166 struct ceph_msgpool *pool;
/linux-4.4.14/net/ceph/
Dmsgpool.c12 struct ceph_msgpool *pool = arg; in msgpool_alloc()
27 struct ceph_msgpool *pool = arg; in msgpool_free()
35 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, in ceph_msgpool_init()
48 void ceph_msgpool_destroy(struct ceph_msgpool *pool) in ceph_msgpool_destroy()
54 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, in ceph_msgpool_get()
73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()