Lines Matching refs:COMP_BUF_SIZE
3228 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3232 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3240 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3242 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3243 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3256 dlen = COMP_BUF_SIZE; in test_comp()
3285 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3287 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3337 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3341 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3348 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3386 dlen = COMP_BUF_SIZE; in test_acomp()
3440 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()