Lines Matching refs:sret
6621 ssize_t sret; in tracing_read_pipe() local
6631 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6632 if (sret != -EBUSY) in tracing_read_pipe()
6633 return sret; in tracing_read_pipe()
6638 sret = iter->trace->read(iter, filp, ubuf, cnt, ppos); in tracing_read_pipe()
6639 if (sret) in tracing_read_pipe()
6640 return sret; in tracing_read_pipe()
6644 sret = tracing_wait_pipe(filp); in tracing_read_pipe()
6645 if (sret <= 0) in tracing_read_pipe()
6646 return sret; in tracing_read_pipe()
6703 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6711 if (sret == -EBUSY) in tracing_read_pipe()
6714 return sret; in tracing_read_pipe()