Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
3336 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()3340 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()3347 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()3385 dlen = COMP_BUF_SIZE; in test_acomp()3424 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
34781 #define COMP_BUF_SIZE 512 macro34785 char input[COMP_BUF_SIZE];34786 char output[COMP_BUF_SIZE];