Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/sched/eas/
Dsched_cfs_prio.c59 long long lower_bound, lower_bound_pct, lower_bound_us; in check_bounds() local
62 lower_bound_pct = (LOWER_BOUND_PCT / (100 * expected_us)); in check_bounds()
64 if (lower_bound_us > lower_bound_pct) in check_bounds()
67 lower_bound = lower_bound_pct; in check_bounds()