Searched refs:out_sent (Results 1 – 2 of 2) sorted by relevance
561 ceph_msg_remove_list(&con->out_sent); in ceph_con_reset_session()645 INIT_LIST_HEAD(&con->out_sent); in ceph_con_init()677 while (!list_empty(&con->out_sent)) { in ceph_con_discard_sent()678 msg = list_first_entry(&con->out_sent, struct ceph_msg, in ceph_con_discard_sent()1635 list_splice_init(&con->out_sent, &con->out_queue); in con_fault()2124 list_move_tail(&msg->list_head, &con->out_sent); in ceph_con_get_out_msg()
492 struct list_head out_sent; /* sending or sent but unacked */ member