Lines Matching refs:sret
6663 ssize_t sret; in tracing_read_pipe() local
6673 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6674 if (sret != -EBUSY) in tracing_read_pipe()
6680 sret = iter->trace->read(iter, filp, ubuf, cnt, ppos); in tracing_read_pipe()
6681 if (sret) in tracing_read_pipe()
6686 sret = tracing_wait_pipe(filp); in tracing_read_pipe()
6687 if (sret <= 0) in tracing_read_pipe()
6692 sret = 0; in tracing_read_pipe()
6747 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6755 if (sret == -EBUSY) in tracing_read_pipe()
6761 return sret; in tracing_read_pipe()