Searched refs:ceph_msgpool_get (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | msgpool.h | 23 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | msgpool.h | 23 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | msgpool.c | 59 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, in ceph_msgpool_get() function
|
H A D | osd_client.c | 607 msg = ceph_msgpool_get(&osdc->msgpool_op, msg_size, in __ceph_osdc_alloc_messages() 624 msg = ceph_msgpool_get(&osdc->msgpool_op_reply, msg_size, in __ceph_osdc_alloc_messages()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | msgpool.c | 59 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, in ceph_msgpool_get() function
|
H A D | osd_client.c | 634 msg = ceph_msgpool_get(&osdc->msgpool_op, msg_size, in __ceph_osdc_alloc_messages() 651 msg = ceph_msgpool_get(&osdc->msgpool_op_reply, msg_size, in __ceph_osdc_alloc_messages()
|
Completed in 20 milliseconds