Home
last modified time | relevance | path

Searched refs:seq_buf_puts (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dseq_buf.h122 extern int seq_buf_puts(struct seq_buf *s, const char *str);
/Linux-v5.4/lib/
Dseq_buf.c141 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c65 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()