Home
last modified time | relevance | path

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

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