Searched refs:rt_runtime (Results 1 – 5 of 5) sorted by relevance
151 float ext_runtime, rt_runtime, actual_ratio; in sched_stress_test() local217 rt_runtime = get_process_runtime(rt_pid); in sched_stress_test()218 if (rt_runtime == -1) in sched_stress_test()220 ksft_print_msg("Runtime of RT task (PID %d) is %f seconds\n", rt_pid, rt_runtime); in sched_stress_test()229 actual_ratio = ext_runtime / (ext_runtime + rt_runtime); in sched_stress_test()
616 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
1015 PN(rt_runtime); in print_rt_rq()
320 u64 rt_runtime; member854 u64 rt_runtime; /* allotted RT time, "slice" from rt_bandwidth, RT sharing/balancing */ member
8981 rq->rt.rt_runtime = global_rt_runtime(); in sched_init()