Lines Matching refs:decomp_output
3304 char *output, *decomp_output; in test_comp() local
3312 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3313 if (!decomp_output) { in test_comp()
3323 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3338 ilen, decomp_output, &dlen); in test_comp()
3353 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3357 hexdump(decomp_output, dlen); in test_comp()
3367 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3371 ilen, decomp_output, &dlen); in test_comp()
3387 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3390 hexdump(decomp_output, dlen); in test_comp()
3399 kfree(decomp_output); in test_comp()