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