Searched refs:pipe_read (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | sched-pipe.c | 32 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()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-pipe.c | 32 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()
|
/kernel/linux/linux-5.10/fs/ |
H A D | pipe.c | 74 * pipe_read & write cleanup 230 pipe_read(struct kiocb *iocb, struct iov_iter *to) in pipe_read() function 1037 * See pipe_read/write() for the proper kind of exclusive wait, 1040 * "wake_next_reader/writer" logic in pipe_read/write()). 1218 .read_iter = pipe_read,
|
/kernel/linux/linux-6.6/fs/ |
H A D | pipe.c | 75 * pipe_read & write cleanup 231 pipe_read(struct kiocb *iocb, struct iov_iter *to) in pipe_read() function 1042 * See pipe_read/write() for the proper kind of exclusive wait, 1045 * "wake_next_reader/writer" logic in pipe_read/write()). 1223 .read_iter = pipe_read,
|
Completed in 5 milliseconds