Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/bench/
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()
/linux-6.6.21/fs/
Dpipe.c231 pipe_read(struct kiocb *iocb, struct iov_iter *to) in pipe_read() function
1223 .read_iter = pipe_read,