seq_buf_do_printk
void seq_buf_do_printk(struct seq_buf *s, const char *lvl);
EXPORT_SYMBOL_GPL(seq_buf_do_printk);
seq_buf_do_printk(&s, KERN_INFO);