Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dlarge_vm_fork_separation.c26 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()

Completed in 3 milliseconds