Lines Matching refs:crq
764 struct cache_request *crq) in cache_request() argument
766 char *bp = crq->buf; in cache_request()
769 detail->cache_request(detail, crq->item, &bp, &len); in cache_request()
1172 struct cache_request *crq; in sunrpc_cache_pipe_upcall() local
1190 crq = kmalloc(sizeof (*crq), GFP_KERNEL); in sunrpc_cache_pipe_upcall()
1191 if (!crq) { in sunrpc_cache_pipe_upcall()
1196 crq->q.reader = 0; in sunrpc_cache_pipe_upcall()
1197 crq->buf = buf; in sunrpc_cache_pipe_upcall()
1198 crq->len = 0; in sunrpc_cache_pipe_upcall()
1199 crq->readers = 0; in sunrpc_cache_pipe_upcall()
1202 crq->item = cache_get(h); in sunrpc_cache_pipe_upcall()
1203 list_add_tail(&crq->q.list, &detail->queue); in sunrpc_cache_pipe_upcall()
1211 kfree(crq); in sunrpc_cache_pipe_upcall()