Searched refs:out_sent (Results 1 – 2 of 2) sorted by relevance
211 struct list_head out_sent; /* sending or sent but unacked */ member
658 ceph_msg_remove_list(&con->out_sent); in reset_connection()750 INIT_LIST_HEAD(&con->out_sent); in ceph_con_init()1278 list_move_tail(&m->list_head, &con->out_sent); in prepare_write_message()2222 while (!list_empty(&con->out_sent)) { in process_ack()2223 m = list_first_entry(&con->out_sent, struct ceph_msg, in process_ack()2951 list_splice_init(&con->out_sent, &con->out_queue); in con_fault()