Lines Matching refs:crq
745 struct cache_request *crq) in cache_request() argument
747 char *bp = crq->buf; in cache_request()
750 detail->cache_request(detail, crq->item, &bp, &len); in cache_request()
1153 struct cache_request *crq; in sunrpc_cache_pipe_upcall() local
1171 crq = kmalloc(sizeof (*crq), GFP_KERNEL); in sunrpc_cache_pipe_upcall()
1172 if (!crq) { in sunrpc_cache_pipe_upcall()
1177 crq->q.reader = 0; in sunrpc_cache_pipe_upcall()
1178 crq->item = cache_get(h); in sunrpc_cache_pipe_upcall()
1179 crq->buf = buf; in sunrpc_cache_pipe_upcall()
1180 crq->len = 0; in sunrpc_cache_pipe_upcall()
1181 crq->readers = 0; in sunrpc_cache_pipe_upcall()
1184 list_add_tail(&crq->q.list, &detail->queue); in sunrpc_cache_pipe_upcall()
1192 kfree(crq); in sunrpc_cache_pipe_upcall()