Home
last modified time | relevance | path

Searched refs:seq_buf_used (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/include/linux/
H A Dtrace_seq.h53 return seq_buf_used(&s->seq); in trace_seq_used()
68 return s->buffer + seq_buf_used(&s->seq); in trace_seq_buffer_ptr()
H A Dseq_buf.h77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() function
/linux-6.15/lib/
H A Dseq_buf.c52 unsigned int len = seq_buf_used(s); in seq_buf_print_seq()
363 len = seq_buf_used(s);
H A Dalloc_tag.c119 seq_commit(m, seq_buf_used(&buf)); in allocinfo_show()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1110 return rc ? rc : (ssize_t)seq_buf_used(&s); in perf_stats_show()
1149 if (seq_buf_used(&s)) in flags_show()
1152 return seq_buf_used(&s); in flags_show()
/linux-6.15/tools/testing/nvdimm/test/
H A Dndtest.c694 if (seq_buf_used(&s)) in flags_show()
697 return seq_buf_used(&s); in flags_show()
/linux-6.15/kernel/rcu/
H A Drefscale.c1022 if (seq_buf_used(&s) >= 800) { in process_durations()
/linux-6.15/kernel/sched/
H A Dext.c5105 used = seq_buf_used(&ns); in scx_dump_state()
5116 if (idle && used == seq_buf_used(&ns)) in scx_dump_state()
5124 seq_buf_commit(&s, seq_buf_used(&ns)); in scx_dump_state()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c978 len = seq_buf_used(&last_cmd_status); in rdt_last_cmd_status_show()