Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Drt.c103 rt_rq->rt_runtime = 0; in init_rt_rq()
217 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
761 rt_rq->rt_runtime == rt_b->rt_runtime) in __disable_runtime()
770 want = rt_b->rt_runtime - rt_rq->rt_runtime; in __disable_runtime()
837 rt_rq->rt_runtime = rt_b->rt_runtime; in __enable_runtime()
891 rt_rq->rt_runtime = rt_b->rt_runtime; in do_sched_rt_period_timer()
2688 u64 rt_runtime; member
2784 if (rt_runtime != RUNTIME_INF && rt_runtime > max_rt_runtime) in tg_set_rt_bandwidth()
2794 tg->rt_bandwidth.rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
2800 rt_rq->rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
[all …]
A Dsched.h262 u64 rt_runtime; member
664 u64 rt_runtime; member
A Ddebug.c686 PN(rt_runtime); in print_rt_rq()
A Dcore.c7348 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
9371 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()
/linux/Documentation/scheduler/
A Dsched-deadline.rst635 The default value for SCHED_DEADLINE bandwidth is to have rt_runtime equal to

Completed in 35 milliseconds