Home
last modified time | relevance | path

Searched refs:rt_runtime (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c55 rt_b->rt_runtime = runtime; in init_rt_bandwidth()
66 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
112 rt_rq->rt_runtime = 0; in init_rt_rq()
222 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
501 return rt_rq->rt_runtime; in sched_rt_runtime()
621 return rt_rq->rt_runtime; in sched_rt_runtime()
686 rt_rq->rt_time < rt_b->rt_runtime); in sched_rt_bandwidth_account()
717 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
724 diff = iter->rt_runtime in do_balance_runtime()
2807 u64 rt_runtime; global() member
2884 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() argument
2931 u64 rt_runtime, rt_period; sched_group_set_rt_runtime() local
2957 u64 rt_runtime, rt_period; sched_group_set_rt_period() local
[all...]
H A Ddebug.c655 PN(rt_runtime); in print_rt_rq()
H A Dsched.h344 u64 rt_runtime; member
743 u64 rt_runtime; member
1171 /* could above be rq->cfs_rq.exec_clock + rq->rt_rq.rt_runtime ? */
H A Dcore.c5583 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
7761 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c107 rt_b->rt_runtime = runtime; in init_rt_bandwidth()
138 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
169 rt_rq->rt_runtime = 0; in init_rt_rq()
283 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
551 return rt_rq->rt_runtime; in sched_rt_runtime()
671 return rt_rq->rt_runtime; in sched_rt_runtime()
736 rt_rq->rt_time < rt_b->rt_runtime); in sched_rt_bandwidth_account()
767 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
774 diff = iter->rt_runtime in do_balance_runtime()
3064 u64 rt_runtime; global() member
3141 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() argument
3188 u64 rt_runtime, rt_period; sched_group_set_rt_runtime() local
3214 u64 rt_runtime, rt_period; sched_group_set_rt_period() local
[all...]
H A Dsched.h367 u64 rt_runtime; member
789 u64 rt_runtime; member
1254 /* could above be rq->cfs_rq.exec_clock + rq->rt_rq.rt_runtime ? */
H A Ddebug.c733 PN(rt_runtime); in print_rt_rq()
H A Dcore.c7931 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
10696 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()

Completed in 41 milliseconds