Lines Matching refs:COMP_BUF_SIZE
1389 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
1393 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
1401 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
1403 memset(output, 0, sizeof(COMP_BUF_SIZE)); in test_comp()
1404 memset(decomp_output, 0, sizeof(COMP_BUF_SIZE)); in test_comp()
1417 dlen = COMP_BUF_SIZE; in test_comp()
1446 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
1448 memset(decomp_output, 0, sizeof(COMP_BUF_SIZE)); in test_comp()
1498 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
1502 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
1509 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
1547 dlen = COMP_BUF_SIZE; in test_acomp()
1586 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()