Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Drt_stall.c151 float ext_runtime, rt_runtime, actual_ratio; in sched_stress_test() local
217 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()
/linux/kernel/sched/
H A Dsyscalls.c616 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
H A Ddebug.c1015 PN(rt_runtime); in print_rt_rq()
H A Dsched.h320 u64 rt_runtime; member
854 u64 rt_runtime; /* allotted RT time, "slice" from rt_bandwidth, RT sharing/balancing */ member
H A Dcore.c8981 rq->rt.rt_runtime = global_rt_runtime(); in sched_init()