Lines Matching refs:decomp_output
3329 char *output, *decomp_output; in test_comp() local
3337 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3338 if (!decomp_output) { in test_comp()
3348 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3363 ilen, decomp_output, &dlen); in test_comp()
3378 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3382 hexdump(decomp_output, dlen); in test_comp()
3392 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3396 ilen, decomp_output, &dlen); in test_comp()
3412 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3415 hexdump(decomp_output, dlen); in test_comp()
3424 kfree(decomp_output); in test_comp()