Lines Matching refs:sret
5968 ssize_t sret; in tracing_read_pipe() local
5978 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
5979 if (sret != -EBUSY) in tracing_read_pipe()
5980 return sret; in tracing_read_pipe()
5985 sret = iter->trace->read(iter, filp, ubuf, cnt, ppos); in tracing_read_pipe()
5986 if (sret) in tracing_read_pipe()
5987 return sret; in tracing_read_pipe()
5994 sret = tracing_wait_pipe(filp); in tracing_read_pipe()
5995 if (sret <= 0) in tracing_read_pipe()
5996 return sret; in tracing_read_pipe()
6053 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6061 if (sret == -EBUSY) in tracing_read_pipe()
6064 return sret; in tracing_read_pipe()