SEQ_BUF_SIZE
static char buf[SEQ_BUF_SIZE];
seq_buf_init(&s, buf, SEQ_BUF_SIZE);
char *buf = kmalloc(SEQ_BUF_SIZE, GFP_KERNEL);