Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmessenger.h553 struct ceph_msg *ceph_con_get_out_msg(struct ceph_connection *con);
/linux/net/ceph/
H A Dmessenger_v1.c1546 if ((msg = ceph_con_get_out_msg(con)) != NULL) { in ceph_con_v1_try_write()
H A Dmessenger.c2113 struct ceph_msg *ceph_con_get_out_msg(struct ceph_connection *con) in ceph_con_get_out_msg() function
H A Dmessenger_v2.c3327 } else if ((msg = ceph_con_get_out_msg(con)) != NULL) { in populate_out_iter()