Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c91 rt_rq->rt_runtime = 0; in init_rt_rq()
128 rt_b->rt_runtime = runtime; in init_rt_bandwidth()
158 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
283 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
483 return rt_rq->rt_runtime; in sched_rt_runtime()
602 rt_rq->rt_time < rt_b->rt_runtime); in sched_rt_bandwidth_account()
632 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
639 diff = iter->rt_runtime - iter->rt_time; in do_balance_runtime()
642 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
643 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()
[all …]
H A Dsyscalls.c615 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
H A Dsched.h317 u64 rt_runtime; member
842 u64 rt_runtime; /* allotted RT time, "slice" from rt_bandwidth, RT sharing/balancing */ member
H A Dcore.c8650 rq->rt.rt_runtime = global_rt_runtime(); in sched_init()