Lines Matching refs:decomp_output
3192 char *output, *decomp_output; in test_comp() local
3200 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3201 if (!decomp_output) { in test_comp()
3211 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3226 ilen, decomp_output, &dlen); in test_comp()
3241 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3245 hexdump(decomp_output, dlen); in test_comp()
3255 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3259 ilen, decomp_output, &dlen); in test_comp()
3275 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3278 hexdump(decomp_output, dlen); in test_comp()
3287 kfree(decomp_output); in test_comp()