sync_with_child    69 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
sync_with_child    74 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    67 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
sync_with_child    72 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    61 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    75 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    69 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    60 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    70 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    64 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
sync_with_child    69 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child    62 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	if (sync_with_child(read_pipe, write_pipe))
sync_with_child    67 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	FAIL_IF(sync_with_child(read_pipe, write_pipe));
sync_with_child   136 tools/testing/selftests/powerpc/pmu/lib.c 	if (sync_with_child(read_pipe, write_pipe)) {
sync_with_child    25 tools/testing/selftests/powerpc/pmu/lib.h extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);