Lines Matching refs:COMP_BUF_SIZE
3177 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3181 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3189 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3191 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3192 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3205 dlen = COMP_BUF_SIZE; in test_comp()
3234 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3236 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3286 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3290 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3297 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3335 dlen = COMP_BUF_SIZE; in test_acomp()
3374 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()