Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dsched-pipe.c33 int pipe_read; member
63 ret = read(td->pipe_read, &m, sizeof(int)); in worker_thread()
70 ret = read(td->pipe_read, &m, sizeof(int)); in worker_thread()
108 td->pipe_read = pipe_1[0]; in bench_sched_pipe()
112 td->pipe_read = pipe_2[0]; in bench_sched_pipe()
/linux-4.4.14/fs/
Dpipe.c235 pipe_read(struct kiocb *iocb, struct iov_iter *to) in pipe_read() function
988 .read_iter = pipe_read,