Lines Matching defs:rq
80 * @rq: the newly allocated request from kernel
83 * If there is no request from the kernel, *rq is NULL.
90 static int kernel_recv(struct clog_request **rq)
97 *rq = NULL;
163 // *rq = container_of(u_rq, struct clog_request, u_rq);
164 *rq = (void *)u_rq -
169 memset(*rq, 0, (void *)u_rq - (void *)(*rq));
178 *rq = NULL;
216 * Any processing errors are placed in the 'rq'
226 struct clog_request *rq;
229 r = kernel_recv(&rq);
233 if (!rq)
236 u_rq = &rq->u_rq;
250 r = do_request(rq, 0);
284 r = cluster_send(rq);
295 r = cluster_send(rq);