Searched refs:sync_with_child (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | task_event_vs_ebb_test.c | 62 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()
|
H A D | ebb_on_child_test.c | 61 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()
|
H A D | cpu_event_vs_ebb_test.c | 66 if (sync_with_child(read_pipe, write_pipe)) in cpu_event_vs_ebb() 71 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_vs_ebb()
|
H A D | task_event_pinned_vs_ebb_test.c | 64 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()
|
H A D | ebb_vs_cpu_event_test.c | 59 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event() 69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
|
H A D | cpu_event_pinned_vs_ebb_test.c | 68 if (sync_with_child(read_pipe, write_pipe)) in cpu_event_pinned_vs_ebb() 73 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_pinned_vs_ebb()
|
H A D | ebb_on_willing_child_test.c | 67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_willing_child()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 20 int sync_with_child(union pipe read_pipe, union pipe write_pipe) in sync_with_child() function 121 if (sync_with_child(read_pipe, write_pipe)) { in eat_cpu()
|
H A D | lib.h | 25 extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_signal.c | 89 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in test_one_size()
|