Lines Matching refs:COMP_BUF_SIZE
3196 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3200 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3208 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3210 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3211 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3224 dlen = COMP_BUF_SIZE; in test_comp()
3253 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3255 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3305 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3309 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3316 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3354 dlen = COMP_BUF_SIZE; in test_acomp()
3393 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()