Lines Matching refs:rq_list
811 list_for_each_entry(entry, &xprt->recv, rq_list) in xprt_lookup_rqst()
860 list_del_init(&req->rq_list); in xprt_complete_rqst()
950 if (list_empty(&req->rq_list) && rpc_reply_expected(task)) { in xprt_transmit()
959 list_add_tail(&req->rq_list, &xprt->recv); in xprt_transmit()
1065 req = list_entry(xprt->free.next, struct rpc_rqst, rq_list); in xprt_alloc_slot()
1066 list_del(&req->rq_list); in xprt_alloc_slot()
1113 list_add(&req->rq_list, &xprt->free); in xprt_free_slot()
1123 req = list_first_entry(&xprt->free, struct rpc_rqst, rq_list); in xprt_free_all_slots()
1124 list_del(&req->rq_list); in xprt_free_all_slots()
1147 list_add(&req->rq_list, &xprt->free); in xprt_alloc()
1237 INIT_LIST_HEAD(&req->rq_list); in xprt_request_init()
1285 if (!list_empty(&req->rq_list)) in xprt_release()
1286 list_del(&req->rq_list); in xprt_release()