Lines Matching refs:COMP_BUF_SIZE
3308 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3312 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3320 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3322 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3323 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3336 dlen = COMP_BUF_SIZE; in test_comp()
3365 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3367 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3417 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3421 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3428 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3466 dlen = COMP_BUF_SIZE; in test_acomp()
3520 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()