Searched refs:seq_buf_to_user (Results 1 – 3 of 3) sorted by relevance
154 extern int seq_buf_to_user(struct seq_buf *s, char __user *ubuf,
375 ret = seq_buf_to_user(&s->seq, ubuf, s->readpos, cnt); in trace_seq_to_user()
342 int seq_buf_to_user(struct seq_buf *s, char __user *ubuf, size_t start, int cnt) function