Searched refs:test_boost (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/sched/eas/ |
D | sched_boost.c | 33 static int test_boost[] = { 0, 25, 50, 75, 100 }; variable 34 #define NUM_TESTS (sizeof(test_boost)/sizeof(int)) 104 printf("Max util seen for boost %d: %d\n", test_boost[test_index], in parse_results() 112 "%d", test_boost[test_index]); in run_test() 127 int target_util = test_boost[i] * 10; in check_results() 132 i, test_boost[i], test_utils[i], in check_results() 138 i, test_boost[i], test_utils[i], in check_results()
|