Lines Matching full:congestion
5 * This is a generic RPC call interface supporting congestion avoidance,
262 * transport connects from colliding with writes. No congestion control
324 * Same as xprt_reserve_xprt, but Van Jacobson congestion control is
417 * Note that "task" can be NULL. No congestion control is provided.
435 * transport if the transport's congestion window allows it.
457 * Van Jacobson congestion avoidance. Check if the congestion window
476 * Adjust the congestion window, and wake up the next task
477 * that has been sleeping due to congestion
492 * xprt_request_get_cong - Request congestion control credits
496 * Useful for transports that require congestion control.
516 * Useful for transports that require congestion control.
533 * Clear the congestion window wait flag and wake up the next
547 * xprt_adjust_cwnd - adjust transport congestion window
553 * standing RPC requests, using a smoothed version of the congestion
555 * congestion algorithm: If a retransmit occurs, the congestion window is
560 * - the congestion window hasn't been updated recently.
1355 * Requests that carry congestion control credits are added in xprt_request_enqueue_transmit()