Lines Matching refs:decomp_output
3189 char *output, *decomp_output; in test_comp() local
3197 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3198 if (!decomp_output) { in test_comp()
3208 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3223 ilen, decomp_output, &dlen); in test_comp()
3238 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3242 hexdump(decomp_output, dlen); in test_comp()
3252 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3256 ilen, decomp_output, &dlen); in test_comp()
3272 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3275 hexdump(decomp_output, dlen); in test_comp()
3284 kfree(decomp_output); in test_comp()