Lines Matching refs:COMP_BUF_SIZE
2908 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
2912 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
2920 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
2922 memset(output, 0, COMP_BUF_SIZE); in test_comp()
2923 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
2936 dlen = COMP_BUF_SIZE; in test_comp()
2965 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
2967 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3017 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3021 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3028 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3066 dlen = COMP_BUF_SIZE; in test_acomp()
3105 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()