Lines Matching refs:out_msg
518 if (con->out_msg) {
519 WARN_ON(con->out_msg->con != con);
520 ceph_msg_put(con->out_msg);
521 con->out_msg = NULL;
559 WARN_ON(con->out_msg);
1781 WARN_ON(con->out_msg == msg);
1791 if (con->out_msg == msg) {
1798 ceph_msg_put(con->out_msg);
1799 con->out_msg = NULL;
1801 dout("%s con %p msg %p not current, out_msg %p\n", __func__,
1802 con, msg, con->out_msg);
2139 * Get a ref for out_msg. It is put when we are done sending the
2142 WARN_ON(con->out_msg);
2143 con->out_msg = ceph_msg_get(msg);