Lines Matching defs:messages
45 /* When transmitting messages in rds_send_xmit, we need to emerge from
59 static void rds_send_remove_from_sock(struct list_head *messages, int status);
93 /* Mark messages as retransmissions, and move them to the send q */
131 * - queued acks can be delayed behind large messages
133 * - small message latency is higher behind queued large messages
215 * If between sending messages, we can send a pending congestion
245 * through a lot of messages, lets back off and see
277 * Therefore, we never retransmit messages with RDMA ops.
424 /* Nuke any messages we decided not to retransmit. */
597 * This removes messages from the socket's list if they're on it. The list
599 * without locks. The messages must have a reference held for their
601 * removing the messages from the 'messages' list regardless of if it found
602 * the messages on the socket list or not.
604 static void rds_send_remove_from_sock(struct list_head *messages, int status)
610 while (!list_empty(messages)) {
613 rm = list_entry(messages->next, struct rds_message,
679 * messages up to, and including, the given sequence number. Messages are
708 /* now remove the messages from the sock list as needed */
729 /* get all the messages we're dropping under the rs lock */
751 /* Remove the messages from the conn */
847 * means we set the flag on *all* messages as soon as our
1313 /* Parse any control messages the user may have included. */