Searched refs:sync_with_child (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.h | 26 extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
|
H A D | lib.c | 59 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 D | cpu_event_pinned_vs_ebb_test.c | 67 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 D | cpu_event_vs_ebb_test.c | 65 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 D | ebb_on_child_test.c | 59 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 D | ebb_vs_cpu_event_test.c | 58 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 D | task_event_pinned_vs_ebb_test.c | 62 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 D | task_event_vs_ebb_test.c | 60 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 D | ebb_on_willing_child_test.c | 67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); ebb_on_willing_child()
|
Completed in 220 milliseconds