Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c40 rt_b->rt_runtime = runtime; in init_rt_bandwidth()
51 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
85 rt_rq->rt_runtime = 0; in init_rt_rq()
188 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
374 return rt_rq->rt_runtime; in sched_rt_runtime()
499 return rt_rq->rt_runtime; in sched_rt_runtime()
592 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
599 diff = iter->rt_runtime - iter->rt_time; in do_balance_runtime()
602 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
603 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()
[all …]
Dcore.c3961 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
7007 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()
7400 u64 rt_runtime; member
7411 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7415 runtime = d->rt_runtime; in tg_rt_schedulable()
7443 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7447 runtime = d->rt_runtime; in tg_rt_schedulable()
7466 .rt_runtime = runtime, in __rt_schedulable()
7477 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument
7483 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth()
[all …]
Dsched.h99 u64 rt_runtime; member
348 u64 rt_runtime; member
Ddebug.c248 PN(rt_runtime); in print_rt_rq()