Lines Matching defs:needed
957 /* No locking needed here. This function is called only by the
993 /* No locking needed here. This function is invoked only by the
1390 * @needed: current credit grant
1394 void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, int needed, bool temp)
1405 if (likely(ep->re_receive_count > needed))
1407 needed -= ep->re_receive_count;
1409 needed += RPCRDMA_MAX_RECV_BATCH;
1411 /* fast path: all needed reps can be found on the free list */
1413 while (needed) {
1431 --needed;