Home
last modified time | relevance | path

Searched refs:pipe_read (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/bench/
H A Dsched-pipe.c35 int pipe_read; member
182 ret = read(td->pipe_read, &m, sizeof(int)); in worker_thread()
189 ret = read(td->pipe_read, &m, sizeof(int)); in worker_thread()
228 td->pipe_read = pipe_1[0]; in bench_sched_pipe()
232 td->pipe_read = pipe_2[0]; in bench_sched_pipe()
/linux/fs/
H A Dpipe.c251 pipe_read(struct kiocb *iocb, struct iov_iter *to) in pipe_read() function
1233 .read_iter = pipe_read,