Searched refs:ext_runtime (Results 1 – 1 of 1) sorted by relevance
151 float ext_runtime, rt_runtime, actual_ratio; in sched_stress_test() 209 ext_runtime = get_process_runtime(ext_pid); in sched_stress_test() 210 if (ext_runtime == -1) in sched_stress_test() 214 class_str, ext_pid, ext_runtime); in sched_stress_test() 229 actual_ratio = ext_runtime / (ext_runtime + rt_runtime); in sched_stress_test() 146 float ext_runtime, rt_runtime, actual_ratio; sched_stress_test() local