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()
32565 #define COMP_BUF_SIZE 512 macro32569 char input[COMP_BUF_SIZE];32570 char output[COMP_BUF_SIZE];