Lines Matching refs:rq_list
808 list_for_each_entry(entry, &xprt->recv, rq_list) in xprt_lookup_rqst()
857 list_del_init(&req->rq_list); in xprt_complete_rqst()
947 if (list_empty(&req->rq_list) && rpc_reply_expected(task)) { in xprt_transmit()
956 list_add_tail(&req->rq_list, &xprt->recv); in xprt_transmit()
1061 req = list_entry(xprt->free.next, struct rpc_rqst, rq_list); in xprt_alloc_slot()
1062 list_del(&req->rq_list); in xprt_alloc_slot()
1109 list_add(&req->rq_list, &xprt->free); in xprt_free_slot()
1119 req = list_first_entry(&xprt->free, struct rpc_rqst, rq_list); in xprt_free_all_slots()
1120 list_del(&req->rq_list); in xprt_free_all_slots()
1143 list_add(&req->rq_list, &xprt->free); in xprt_alloc()
1233 INIT_LIST_HEAD(&req->rq_list); in xprt_request_init()
1281 if (!list_empty(&req->rq_list)) in xprt_release()
1282 list_del(&req->rq_list); in xprt_release()