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 */
132 * - queued acks can be delayed behind large messages
134 * - small message latency is higher behind queued large messages
216 * If between sending messages, we can send a pending congestion
246 * through a lot of messages, lets back off and see
278 * Therefore, we never retransmit messages with RDMA ops.
425 /* Nuke any messages we decided not to retransmit. */
598 * This removes messages from the socket's list if they're on it. The list
600 * without locks. The messages must have a reference held for their
602 * removing the messages from the 'messages' list regardless of if it found
603 * the messages on the socket list or not.
605 static void rds_send_remove_from_sock(struct list_head *messages, int status)
611 while (!list_empty(messages)) {
614 rm = list_entry(messages->next, struct rds_message,
680 * messages up to, and including, the given sequence number. Messages are
709 /* now remove the messages from the sock list as needed */
730 /* get all the messages we're dropping under the rs lock */
752 /* Remove the messages from the conn */
848 * means we set the flag on *all* messages as soon as our
1315 /* Parse any control messages the user may have included. */