Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c42 rt_b->rt_runtime = runtime; in init_rt_bandwidth()
53 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
89 rt_rq->rt_runtime = 0; in init_rt_rq()
199 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
426 return rt_rq->rt_runtime; in sched_rt_runtime()
543 return rt_rq->rt_runtime; in sched_rt_runtime()
608 rt_rq->rt_time < rt_b->rt_runtime); in sched_rt_bandwidth_account()
639 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
646 diff = iter->rt_runtime - iter->rt_time; in do_balance_runtime()
649 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
[all …]
Dcore.c3982 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
7518 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()
7920 u64 rt_runtime; member
7931 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7935 runtime = d->rt_runtime; in tg_rt_schedulable()
7963 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7967 runtime = d->rt_runtime; in tg_rt_schedulable()
7986 .rt_runtime = runtime, in __rt_schedulable()
7997 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument
8003 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth()
[all …]
Dsched.h137 u64 rt_runtime; member
445 u64 rt_runtime; member
Ddebug.c253 PN(rt_runtime); in print_rt_rq()