read_pipe         248 drivers/net/wireless/intersil/orinoco/orinoco_usb.c 	int read_pipe;
read_pipe         755 drivers/net/wireless/intersil/orinoco/orinoco_usb.c 	usb_fill_bulk_urb(upriv->read_urb, upriv->udev, upriv->read_pipe,
read_pipe        1631 drivers/net/wireless/intersil/orinoco/orinoco_usb.c 			upriv->read_pipe = usb_rcvbulkpipe(udev,
read_pipe          41 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	union pipe read_pipe, write_pipe;
read_pipe          52 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          58 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 		exit(ebb_child(write_pipe, read_pipe));
read_pipe          69 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
read_pipe          74 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          39 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	union pipe read_pipe, write_pipe;
read_pipe          50 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          56 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 		exit(ebb_child(write_pipe, read_pipe));
read_pipe          67 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
read_pipe          72 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe         349 tools/testing/selftests/powerpc/pmu/ebb/ebb.c int ebb_child(union pipe read_pipe, union pipe write_pipe)
read_pipe         354 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 	FAIL_IF(wait_for_parent(read_pipe));
read_pipe         384 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 	FAIL_IF(wait_for_parent(read_pipe));
read_pipe          74 tools/testing/selftests/powerpc/pmu/ebb/ebb.h int ebb_child(union pipe read_pipe, union pipe write_pipe);
read_pipe          23 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c static int victim_child(union pipe read_pipe, union pipe write_pipe)
read_pipe          27 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(wait_for_parent(read_pipe));
read_pipe          32 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(wait_for_parent(read_pipe));
read_pipe          46 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	union pipe read_pipe, write_pipe;
read_pipe          52 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          58 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 		exit(victim_child(write_pipe, read_pipe));
read_pipe          61 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          75 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          23 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c static int victim_child(union pipe read_pipe, union pipe write_pipe)
read_pipe          25 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	FAIL_IF(wait_for_parent(read_pipe));
read_pipe          53 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	union pipe read_pipe, write_pipe;
read_pipe          59 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          65 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 		exit(victim_child(write_pipe, read_pipe));
read_pipe          69 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          39 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	union pipe read_pipe, write_pipe;
read_pipe          50 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          56 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 		exit(ebb_child(write_pipe, read_pipe));
read_pipe          60 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          70 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          40 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	union pipe read_pipe, write_pipe;
read_pipe          47 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          53 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 		exit(ebb_child(write_pipe, read_pipe));
read_pipe          64 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
read_pipe          69 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          38 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	union pipe read_pipe, write_pipe;
read_pipe          45 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	FAIL_IF(pipe(read_pipe.fds) == -1);
read_pipe          51 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 		exit(ebb_child(write_pipe, read_pipe));
read_pipe          62 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
read_pipe          67 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
read_pipe          33 tools/testing/selftests/powerpc/pmu/lib.c int sync_with_child(union pipe read_pipe, union pipe write_pipe)
read_pipe          38 tools/testing/selftests/powerpc/pmu/lib.c 	FAIL_IF(read(read_pipe.read_fd, &c, 1) != 1);
read_pipe          45 tools/testing/selftests/powerpc/pmu/lib.c int wait_for_parent(union pipe read_pipe)
read_pipe          49 tools/testing/selftests/powerpc/pmu/lib.c 	FAIL_IF(read(read_pipe.read_fd, &c, 1) != 1);
read_pipe          97 tools/testing/selftests/powerpc/pmu/lib.c static int eat_cpu_child(union pipe read_pipe, union pipe write_pipe)
read_pipe         108 tools/testing/selftests/powerpc/pmu/lib.c 	wait_for_parent(read_pipe);
read_pipe         118 tools/testing/selftests/powerpc/pmu/lib.c 	union pipe read_pipe, write_pipe;
read_pipe         126 tools/testing/selftests/powerpc/pmu/lib.c 	if (pipe(read_pipe.fds) == -1)
read_pipe         134 tools/testing/selftests/powerpc/pmu/lib.c 		exit(eat_cpu_child(write_pipe, read_pipe));
read_pipe         136 tools/testing/selftests/powerpc/pmu/lib.c 	if (sync_with_child(read_pipe, write_pipe)) {
read_pipe          25 tools/testing/selftests/powerpc/pmu/lib.h extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
read_pipe          26 tools/testing/selftests/powerpc/pmu/lib.h extern int wait_for_parent(union pipe read_pipe);
read_pipe          33 tools/virtio/virtio-trace/trace-agent-rw.c 	rw_ti->read_pipe = -1;
read_pipe          81 tools/virtio/virtio-trace/trace-agent-rw.c 	rw_ti->read_pipe = data_pipe[1];
read_pipe         127 tools/virtio/virtio-trace/trace-agent-rw.c 		rlen = splice(ts->in_fd, NULL, ts->read_pipe, NULL,
read_pipe         249 tools/virtio/virtio-trace/trace-agent.c 		close(s->rw_ti[i]->read_pipe);
read_pipe          39 tools/virtio/virtio-trace/trace-agent.h 	int read_pipe;