Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test_ns.c285 int child_ready_pipe[2]; in test_listmount_ns() local
290 if (pipe(child_ready_pipe) < 0) in test_listmount_ns()
305 close(child_ready_pipe[0]); in test_listmount_ns()
322 if (write(child_ready_pipe[1], &nr_mounts, sizeof(nr_mounts)) != in test_listmount_ns()
330 close(child_ready_pipe[1]); in test_listmount_ns()
334 if (read(child_ready_pipe[0], &nr_mounts, sizeof(nr_mounts)) != in test_listmount_ns()
/linux/tools/perf/util/
H A Devlist.c1424 int child_ready_pipe[2], go_pipe[2]; in evlist__create_syswide_maps()
1429 if (pipe(child_ready_pipe) < 0) { in evlist__create_syswide_maps()
1453 close(child_ready_pipe[0]); in evlist__open()
1467 close(child_ready_pipe[1]); in evlist__open()
1519 close(child_ready_pipe[1]); in evlist__prepare_workload()
1524 if (read(child_ready_pipe[0], &bf, 1) == -1) { in evlist__prepare_workload()
1531 close(child_ready_pipe[0]); in evlist__prepare_workload()
1538 close(child_ready_pipe[0]); in evlist__prepare_workload()
1539 close(child_ready_pipe[1]); in evlist__prepare_workload()
1484 int child_ready_pipe[2], go_pipe[2]; evlist__prepare_workload() local