COMP_BUF_SIZE
output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
unsigned int dlen = COMP_BUF_SIZE;
dlen = COMP_BUF_SIZE;
unsigned int dlen = COMP_BUF_SIZE;
char input[COMP_BUF_SIZE];
char output[COMP_BUF_SIZE];