staticintsched_rt_runtime_exceeded(structrt_rq *rt_rq) { u64 runtime = sched_rt_runtime(rt_rq); if(rt_rq->rt_throttled) returnrt_rq_throttled(rt_rq); if(runtime >= sched_rt_period(rt_rq)) return0; balance_runtime(rt_rq); ...