Lines Matching refs:next
447 * Adjust the congestion window, and wake up the next task
504 * Clear the congestion window wait flag and wake up the next
664 * xprt_adjust_timeout - adjust timeout values for next retransmit
1343 struct rpc_rqst *next = list_first_entry(&req->rq_xmit2,
1346 list_add_tail(&next->rq_xmit, &next->rq_xprt->xmit_queue);
1542 struct rpc_rqst *next, *req = task->tk_rqstp;
1548 next = list_first_entry_or_null(&xprt->xmit_queue,
1550 if (!next)
1552 xprt_pin_rqst(next);
1554 status = xprt_request_transmit(next, task);
1555 if (status == -EBADMSG && next != req)
1558 xprt_unpin_rqst(next);
1661 req = list_entry(xprt->free.next, struct rpc_rqst, rq_list);