orig_period        23 tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c 	int i, orig_period, max_period;
orig_period        49 tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c 	orig_period = max_period = sample_period = 400;
orig_period        66 tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c 		if (sample_period >= (orig_period + 200))
orig_period        67 tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c 			sample_period = orig_period;
orig_period        89 tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c 	FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period)));