Lines Matching refs:output
3283 char *output, *decomp_out; in test_acomp() local
3289 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3290 if (!output) in test_acomp()
3295 kfree(output); in test_acomp()
3310 memset(output, 0, dlen); in test_acomp()
3313 sg_init_one(&dst, output, dlen); in test_acomp()
3339 sg_init_one(&src, output, ilen); in test_acomp()
3365 hexdump(output, req->dlen); in test_acomp()
3387 memset(output, 0, dlen); in test_acomp()
3390 sg_init_one(&dst, output, dlen); in test_acomp()
3423 if (memcmp(output, dtemplate[i].output, req->dlen)) { in test_acomp()
3426 hexdump(output, req->dlen); in test_acomp()
3441 kfree(output); in test_acomp()