Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
3283 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()3287 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()3294 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()3332 dlen = COMP_BUF_SIZE; in test_acomp()3371 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
33282 #define COMP_BUF_SIZE 512 macro33286 char input[COMP_BUF_SIZE];33287 char output[COMP_BUF_SIZE];