Searched refs:pipe_read (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/bench/
H A Dsched-pipe.c33 int pipe_read; member in struct:thread_data
63 ret = read(td->pipe_read, &m, sizeof(int)); worker_thread()
70 ret = read(td->pipe_read, &m, sizeof(int)); worker_thread()
108 td->pipe_read = pipe_1[0]; bench_sched_pipe()
112 td->pipe_read = pipe_2[0]; bench_sched_pipe()
/linux-4.1.27/include/linux/
H A Dftrace_event.h96 /* The below is zeroed out in pipe_read */
108 /* All new field here will be zeroed out in pipe_read */
/linux-4.1.27/fs/
H A Dpipe.c52 * pipe_read & write cleanup
229 pipe_read(struct kiocb *iocb, struct iov_iter *to) pipe_read() function
949 .read_iter = pipe_read,

Completed in 125 milliseconds