p2c                26 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c 	int p2c[2], c2p[2], rc, status, c, *p;
p2c                45 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c 	FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1);
p2c                49 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c 		FAIL_IF(read(p2c[0], &c, 1) != 1);
p2c                56 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c 		FAIL_IF(read(p2c[0], &c, 1) != 1);
p2c                61 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c 	FAIL_IF(write(p2c[1], &c, 1) != 1);
p2c                74 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c 	FAIL_IF(write(p2c[1], &c, 1) != 1);