Lines Matching refs:sret
6684 ssize_t sret; in tracing_read_pipe() local
6694 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6695 if (sret != -EBUSY) in tracing_read_pipe()
6701 sret = iter->trace->read(iter, filp, ubuf, cnt, ppos); in tracing_read_pipe()
6702 if (sret) in tracing_read_pipe()
6707 sret = tracing_wait_pipe(filp); in tracing_read_pipe()
6708 if (sret <= 0) in tracing_read_pipe()
6713 sret = 0; in tracing_read_pipe()
6756 sret = trace_seq_to_user(&iter->seq, ubuf, cnt); in tracing_read_pipe()
6764 if (sret == -EBUSY) in tracing_read_pipe()
6770 return sret; in tracing_read_pipe()