Lines Matching refs:rt_runtime

3926 				task_group(p)->rt_bandwidth.rt_runtime == 0 &&  in __sched_setscheduler()
7461 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()
7846 u64 rt_runtime; member
7857 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7861 runtime = d->rt_runtime; in tg_rt_schedulable()
7889 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7893 runtime = d->rt_runtime; in tg_rt_schedulable()
7912 .rt_runtime = runtime, in __rt_schedulable()
7923 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument
7931 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
7940 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth()
7946 tg->rt_bandwidth.rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
7952 rt_rq->rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
7965 u64 rt_runtime, rt_period; in sched_group_set_rt_runtime() local
7968 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
7970 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()
7972 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); in sched_group_set_rt_runtime()
7979 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
7982 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
7989 u64 rt_runtime, rt_period; in sched_group_set_rt_period() local
7992 rt_runtime = tg->rt_bandwidth.rt_runtime; in sched_group_set_rt_period()
7994 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); in sched_group_set_rt_period()
8024 if (rt_task(tsk) && tg->rt_bandwidth.rt_runtime == 0) in sched_rt_can_attach()
8041 rt_rq->rt_runtime = global_rt_runtime(); in sched_rt_global_constraints()
8128 def_rt_bandwidth.rt_runtime = global_rt_runtime(); in sched_rt_do_global()