Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/sched/eas/
Dsched_cfs_prio.c60 long long upper_bound, upper_bound_pct, upper_bound_us; in check_bounds() local
68 upper_bound_pct = (UPPER_BOUND_PCT / (100 * expected_us)); in check_bounds()
70 if (upper_bound_us > upper_bound_pct) in check_bounds()
73 upper_bound = upper_bound_pct; in check_bounds()