Lines Matching refs:crq
752 struct cache_request *crq) in cache_request() argument
754 char *bp = crq->buf; in cache_request()
757 detail->cache_request(detail, crq->item, &bp, &len); in cache_request()
1160 struct cache_request *crq; in sunrpc_cache_pipe_upcall() local
1178 crq = kmalloc(sizeof (*crq), GFP_KERNEL); in sunrpc_cache_pipe_upcall()
1179 if (!crq) { in sunrpc_cache_pipe_upcall()
1184 crq->q.reader = 0; in sunrpc_cache_pipe_upcall()
1185 crq->buf = buf; in sunrpc_cache_pipe_upcall()
1186 crq->len = 0; in sunrpc_cache_pipe_upcall()
1187 crq->readers = 0; in sunrpc_cache_pipe_upcall()
1190 crq->item = cache_get(h); in sunrpc_cache_pipe_upcall()
1191 list_add_tail(&crq->q.list, &detail->queue); in sunrpc_cache_pipe_upcall()
1199 kfree(crq); in sunrpc_cache_pipe_upcall()