Home
last modified time | relevance | path

Searched refs:rt_period (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c36 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
55 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
214 init_rt_bandwidth(&tg->rt_bandwidth, ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
522 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()
644 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
713 u64 rt_period; in do_balance_runtime() local
718 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()
745 if (rt_rq->rt_runtime + diff > rt_period) { in do_balance_runtime()
746 diff = rt_period in do_balance_runtime()
2906 u64 rt_period; 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 Dsched.h326 ktime_t rt_period; member
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsched.h74 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 8 milliseconds