Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/pmu/ebb/
Dtask_event_vs_ebb_test.c62 if (sync_with_child(read_pipe, write_pipe)) in task_event_vs_ebb()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_vs_ebb()
Debb_on_child_test.c61 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
75 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
Dcpu_event_vs_ebb_test.c67 if (sync_with_child(read_pipe, write_pipe)) in cpu_event_vs_ebb()
72 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_vs_ebb()
Debb_vs_cpu_event_test.c60 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
70 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
Dtask_event_pinned_vs_ebb_test.c64 if (sync_with_child(read_pipe, write_pipe)) in task_event_pinned_vs_ebb()
69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_pinned_vs_ebb()
Dcpu_event_pinned_vs_ebb_test.c69 if (sync_with_child(read_pipe, write_pipe)) in cpu_event_pinned_vs_ebb()
74 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-5.19.10/tools/testing/selftests/powerpc/pmu/
Dlib.c33 int sync_with_child(union pipe read_pipe, union pipe write_pipe) in sync_with_child() function
136 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);
/linux-5.19.10/tools/testing/selftests/powerpc/mm/
Dstack_expansion_signal.c89 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in test_one_size()