Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dsched-pipe.c32 int pipe_read; member
62 ret = read(td->pipe_read, &m, sizeof(int)); in worker_thread()
69 ret = read(td->pipe_read, &m, sizeof(int)); in worker_thread()
107 td->pipe_read = pipe_1[0]; in bench_sched_pipe()
111 td->pipe_read = pipe_2[0]; in bench_sched_pipe()
/openbmc/linux/fs/
H A Dpipe.c231 pipe_read(struct kiocb *iocb, struct iov_iter *to) in pipe_read() function
1230 .read_iter = pipe_read,