Searched refs:orig_period (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | lost_exception_test.c | 23 int i, orig_period, max_period; in test_body() local 49 orig_period = max_period = sample_period = 400; in test_body() 66 if (sample_period >= (orig_period + 200)) in test_body() 67 sample_period = orig_period; in test_body() 88 FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period))); in test_body()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | lost_exception_test.c | 23 int i, orig_period, max_period; in test_body() local 49 orig_period = max_period = sample_period = 400; in test_body() 66 if (sample_period >= (orig_period + 200)) in test_body() 67 sample_period = orig_period; in test_body() 88 FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period))); in test_body()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | osnoise.c | 307 unsigned long long orig_period = context->orig_period_us; in osnoise_restore_runtime_period() local 312 if ((orig_runtime == OSNOISE_TIME_INIT_VAL) && (orig_period == OSNOISE_TIME_INIT_VAL)) in osnoise_restore_runtime_period() 315 if ((orig_period == curr_period) && (orig_runtime == curr_runtime)) in osnoise_restore_runtime_period() 318 retval = osnoise_set_runtime_period(context, orig_runtime, orig_period); in osnoise_restore_runtime_period()
|
Completed in 2 milliseconds