Searched refs:rt_runtime (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 56 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() 229 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group() 517 return rt_rq->rt_runtime; in sched_rt_runtime() 639 return rt_rq->rt_runtime; in sched_rt_runtime() 701 return (hrtimer_active(&rt_b->rt_period_timer) || rt_rq->rt_time < rt_b->rt_runtime); in sched_rt_bandwidth_account() 734 if (iter->rt_runtime == RUNTIME_INF) { in do_balance_runtime() 742 diff = iter->rt_runtime in do_balance_runtime() 2907 u64 rt_runtime; global() member 2987 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() argument 3038 u64 rt_runtime, rt_period; sched_group_set_rt_runtime() local 3066 u64 rt_runtime, rt_period; sched_group_set_rt_period() local [all...] |
H A D | sched.h | 327 u64 rt_runtime; member 720 u64 rt_runtime; member 1150 /* could above be rq->cfs_rq.exec_clock + rq->rt_rq.rt_runtime ? */
|
H A D | core.c | 5856 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler() 8159 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | sched.h | 74 TP_PROTO(int cpu, u64 clock, ktime_t rt_period, u64 rt_runtime, 76 TP_ARGS(cpu, clock, rt_period, rt_runtime, rt_period_timer_expires));
|
Completed in 23 milliseconds