Lines Matching defs:dlen
1065 unsigned int dlen;
1112 dlen = PAGE_SIZE;
1125 acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, dlen);
1127 dlen = acomp_ctx->req->dlen;
1136 BUG_ON(dlen != PAGE_SIZE);
1206 unsigned int dlen = PAGE_SIZE;
1301 acomp_request_set_params(acomp_ctx->req, &input, &output, PAGE_SIZE, dlen);
1315 dlen = acomp_ctx->req->dlen;
1325 ret = zpool_malloc(zpool, dlen, gfp, &handle);
1335 memcpy(buf, dst, dlen);
1342 entry->length = dlen;
1408 unsigned int dlen;
1440 dlen = PAGE_SIZE;
1454 acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, dlen);