Lines Matching refs:COMP_BUF_SIZE
3337 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3341 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3349 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3351 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3352 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3365 dlen = COMP_BUF_SIZE; in test_comp()
3394 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3396 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3446 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3450 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3457 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3495 dlen = COMP_BUF_SIZE; in test_acomp()
3549 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()