Searched refs:sync_with_child (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
H A Dlib.h26 extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
H A Dlib.c59 int sync_with_child(union pipe read_pipe, union pipe write_pipe) sync_with_child() function
162 if (sync_with_child(read_pipe, write_pipe)) { eat_cpu()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcpu_event_pinned_vs_ebb_test.c67 if (sync_with_child(read_pipe, write_pipe)) cpu_event_pinned_vs_ebb()
72 FAIL_IF(sync_with_child(read_pipe, write_pipe)); cpu_event_pinned_vs_ebb()
H A Dcpu_event_vs_ebb_test.c65 if (sync_with_child(read_pipe, write_pipe)) cpu_event_vs_ebb()
70 FAIL_IF(sync_with_child(read_pipe, write_pipe)); cpu_event_vs_ebb()
H A Debb_on_child_test.c59 FAIL_IF(sync_with_child(read_pipe, write_pipe)); ebb_on_child()
73 FAIL_IF(sync_with_child(read_pipe, write_pipe)); ebb_on_child()
H A Debb_vs_cpu_event_test.c58 FAIL_IF(sync_with_child(read_pipe, write_pipe)); ebb_vs_cpu_event()
68 FAIL_IF(sync_with_child(read_pipe, write_pipe)); ebb_vs_cpu_event()
H A Dtask_event_pinned_vs_ebb_test.c62 if (sync_with_child(read_pipe, write_pipe)) task_event_pinned_vs_ebb()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); task_event_pinned_vs_ebb()
H A Dtask_event_vs_ebb_test.c60 if (sync_with_child(read_pipe, write_pipe)) task_event_vs_ebb()
65 FAIL_IF(sync_with_child(read_pipe, write_pipe)); task_event_vs_ebb()
H A Debb_on_willing_child_test.c67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); ebb_on_willing_child()

Completed in 220 milliseconds