Lines Matching refs:cqp_requests
606 kfree(cqp->cqp_requests);
607 cqp->cqp_requests = NULL;
937 cqp->cqp_requests = kcalloc(sqsize, sizeof(*cqp->cqp_requests), GFP_KERNEL);
938 if (!cqp->cqp_requests)
1004 /* init the waitqueue of the cqp_requests and add them to the list */
1006 init_waitqueue_head(&cqp->cqp_requests[i].waitq);
1007 list_add_tail(&cqp->cqp_requests[i].list, &cqp->cqp_avail_reqs);
1020 kfree(cqp->cqp_requests);
1021 cqp->cqp_requests = NULL;