Lines Matching refs:COMP_BUF_SIZE
3193 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3197 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3205 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3207 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3208 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3221 dlen = COMP_BUF_SIZE; in test_comp()
3250 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3252 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3302 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3306 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3313 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3351 dlen = COMP_BUF_SIZE; in test_acomp()
3390 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()