Lines Matching refs:crq
791 struct cache_request *crq) in cache_request() argument
793 char *bp = crq->buf; in cache_request()
796 detail->cache_request(detail, crq->item, &bp, &len); in cache_request()
1203 struct cache_request *crq; in sunrpc_cache_pipe_upcall() local
1221 crq = kmalloc(sizeof (*crq), GFP_KERNEL); in sunrpc_cache_pipe_upcall()
1222 if (!crq) { in sunrpc_cache_pipe_upcall()
1227 crq->q.reader = 0; in sunrpc_cache_pipe_upcall()
1228 crq->buf = buf; in sunrpc_cache_pipe_upcall()
1229 crq->len = 0; in sunrpc_cache_pipe_upcall()
1230 crq->readers = 0; in sunrpc_cache_pipe_upcall()
1233 crq->item = cache_get(h); in sunrpc_cache_pipe_upcall()
1234 list_add_tail(&crq->q.list, &detail->queue); in sunrpc_cache_pipe_upcall()
1242 kfree(crq); in sunrpc_cache_pipe_upcall()