Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/bench/
Dsched-pipe.c81 int pipe_1[2], pipe_2[2]; in bench_sched_pipe() local
98 BUG_ON(pipe(pipe_2)); in bench_sched_pipe()
109 td->pipe_write = pipe_2[1]; in bench_sched_pipe()
112 td->pipe_read = pipe_2[0]; in bench_sched_pipe()