Searched refs:out_sent (Results 1 – 2 of 2) sorted by relevance
215 struct list_head out_sent; /* sending or sent but unacked */ member
660 ceph_msg_remove_list(&con->out_sent); in reset_connection()753 INIT_LIST_HEAD(&con->out_sent); in ceph_con_init()1281 list_move_tail(&m->list_head, &con->out_sent); in prepare_write_message()2209 while (!list_empty(&con->out_sent)) { in process_ack()2210 m = list_first_entry(&con->out_sent, struct ceph_msg, in process_ack()2931 list_splice_init(&con->out_sent, &con->out_queue); in con_fault()