Searched refs:sync_with_child (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
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()
|
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()
|
A D | cpu_event_vs_ebb_test.c | 67 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()
|
A D | ebb_vs_cpu_event_test.c | 60 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()
|
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()
|
A D | cpu_event_pinned_vs_ebb_test.c | 69 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()
|
A D | ebb_on_willing_child_test.c | 67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_willing_child()
|
/linux/tools/testing/selftests/powerpc/pmu/ |
A D | lib.c | 33 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()
|
A D | lib.h | 26 extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
|
/linux/tools/testing/selftests/powerpc/mm/ |
A D | stack_expansion_signal.c | 89 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in test_one_size()
|
Completed in 7 milliseconds