Searched refs:out_sent (Results 1 – 2 of 2) sorted by relevance
552 ceph_msg_remove_list(&con->out_sent); in ceph_con_reset_session()636 INIT_LIST_HEAD(&con->out_sent); in ceph_con_init()668 while (!list_empty(&con->out_sent)) { in ceph_con_discard_sent()669 msg = list_first_entry(&con->out_sent, struct ceph_msg, in ceph_con_discard_sent()1588 list_splice_init(&con->out_sent, &con->out_queue); in con_fault()2065 list_move_tail(&msg->list_head, &con->out_sent); in ceph_con_get_out_msg()
451 struct list_head out_sent; /* sending or sent but unacked */ member
Completed in 10 milliseconds