Lines Matching refs:sret
4728 ssize_t sret; in tracing_read_pipe() local
4731 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
4732 if (sret != -EBUSY) in tracing_read_pipe()
4733 return sret; in tracing_read_pipe()
4744 sret = iter->trace->read(iter, filp, ubuf, cnt, ppos); in tracing_read_pipe()
4745 if (sret) in tracing_read_pipe()
4750 sret = tracing_wait_pipe(filp); in tracing_read_pipe()
4751 if (sret <= 0) in tracing_read_pipe()
4756 sret = 0; in tracing_read_pipe()
4800 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
4808 if (sret == -EBUSY) in tracing_read_pipe()
4814 return sret; in tracing_read_pipe()