Searched refs:p2c (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/powerpc/mm/ |
H A D | large_vm_fork_separation.c | 26 int p2c[2], c2p[2], rc, status, c, *p; in test() local 45 FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1); in test() 49 FAIL_IF(read(p2c[0], &c, 1) != 1); in test() 56 FAIL_IF(read(p2c[0], &c, 1) != 1); in test() 61 FAIL_IF(write(p2c[1], &c, 1) != 1); in test() 74 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
|