Searched refs:seq_buf_to_user (Results 1 – 3 of 3) sorted by relevance
145 extern int seq_buf_to_user(struct seq_buf *s, char __user *ubuf,
374 return seq_buf_to_user(&s->seq, ubuf, cnt); in trace_seq_to_user()
343 int seq_buf_to_user(struct seq_buf *s, char __user *ubuf, int cnt) function