Lines Matching refs:sret
4695 ssize_t sret; in tracing_read_pipe() local
4698 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
4699 if (sret != -EBUSY) in tracing_read_pipe()
4700 return sret; in tracing_read_pipe()
4711 sret = iter->trace->read(iter, filp, ubuf, cnt, ppos); in tracing_read_pipe()
4712 if (sret) in tracing_read_pipe()
4717 sret = tracing_wait_pipe(filp); in tracing_read_pipe()
4718 if (sret <= 0) in tracing_read_pipe()
4723 sret = 0; in tracing_read_pipe()
4767 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
4775 if (sret == -EBUSY) in tracing_read_pipe()
4781 return sret; in tracing_read_pipe()