pipe_fd1          162 tools/testing/selftests/powerpc/benchmarks/context_switch.c static int pipe_fd1[2];
pipe_fd1          167 tools/testing/selftests/powerpc/benchmarks/context_switch.c 	if (pipe(pipe_fd1) || pipe(pipe_fd2))
pipe_fd1          177 tools/testing/selftests/powerpc/benchmarks/context_switch.c 		assert(read(pipe_fd1[READ], &c, 1) == 1);
pipe_fd1          192 tools/testing/selftests/powerpc/benchmarks/context_switch.c 		assert(write(pipe_fd1[WRITE], &c, 1) == 1);