Searched refs:out_sent (Results 1 – 2 of 2) sorted by relevance
556 ceph_msg_remove_list(&con->out_sent); in ceph_con_reset_session()640 INIT_LIST_HEAD(&con->out_sent); in ceph_con_init()672 while (!list_empty(&con->out_sent)) { in ceph_con_discard_sent()673 msg = list_first_entry(&con->out_sent, struct ceph_msg, in ceph_con_discard_sent()1563 list_splice_init(&con->out_sent, &con->out_queue); in con_fault()2040 list_move_tail(&msg->list_head, &con->out_sent); in ceph_con_get_out_msg()
454 struct list_head out_sent; /* sending or sent but unacked */ member