Searched refs:child_ready_pipe (Results 1 – 2 of 2) sorted by relevance
304 int child_ready_pipe[2];309 if (pipe(child_ready_pipe) < 0)324 close(child_ready_pipe[0]);341 if (write(child_ready_pipe[1], &nr_mounts, sizeof(nr_mounts)) !=349 close(child_ready_pipe[1]);353 if (read(child_ready_pipe[0], &nr_mounts, sizeof(nr_mounts)) !=209 int child_ready_pipe[2]; test_listmount_ns() local
1470 int child_ready_pipe[2], go_pipe[2]; in evlist__prepare_workload() local1475 if (pipe(child_ready_pipe) < 0) { in evlist__prepare_workload()1499 close(child_ready_pipe[0]); in evlist__prepare_workload()1513 close(child_ready_pipe[1]); in evlist__prepare_workload()1565 close(child_ready_pipe[1]); in evlist__prepare_workload()1570 if (read(child_ready_pipe[0], &bf, 1) == -1) { in evlist__prepare_workload()1577 close(child_ready_pipe[0]); in evlist__prepare_workload()1584 close(child_ready_pipe[0]); in evlist__prepare_workload()1585 close(child_ready_pipe[1]); in evlist__prepare_workload()