Lines Matching refs:decomp_output
3224 char *output, *decomp_output; in test_comp() local
3232 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3233 if (!decomp_output) { in test_comp()
3243 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3258 ilen, decomp_output, &dlen); in test_comp()
3273 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3277 hexdump(decomp_output, dlen); in test_comp()
3287 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3291 ilen, decomp_output, &dlen); in test_comp()
3307 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3310 hexdump(decomp_output, dlen); in test_comp()
3319 kfree(decomp_output); in test_comp()