Lines Matching refs:crq
812 struct cache_request *crq)
814 char *bp = crq->buf;
817 detail->cache_request(detail, crq->item, &bp, &len);
1204 struct cache_request *crq;
1215 crq = kmalloc(sizeof (*crq), GFP_KERNEL);
1216 if (!crq) {
1221 crq->q.reader = 0;
1222 crq->buf = buf;
1223 crq->len = 0;
1224 crq->readers = 0;
1227 crq->item = cache_get(h);
1228 list_add_tail(&crq->q.list, &detail->queue);
1237 kfree(crq);