Searched refs:rt_period (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/kernel/sched/ |
H A D | rt.c | 27 overrun = hrtimer_forward(timer, now, rt_b->rt_period); sched_rt_period_timer() 40 rt_b->rt_period = ns_to_ktime(period); init_rt_bandwidth() 59 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); start_rt_bandwidth() 195 ktime_to_ns(def_rt_bandwidth.rt_period), 0); alloc_rt_sched_group() 441 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); sched_rt_period() 558 return ktime_to_ns(def_rt_bandwidth.rt_period); sched_rt_period() 630 u64 rt_period; do_balance_runtime() local 635 rt_period = ktime_to_ns(rt_b->rt_period); do_balance_runtime() 659 if (rt_rq->rt_runtime + diff > rt_period) do_balance_runtime() 660 diff = rt_period - rt_rq->rt_runtime; do_balance_runtime() 664 if (rt_rq->rt_runtime == rt_period) { do_balance_runtime()
|
H A D | core.c | 7610 u64 rt_period; member in struct:rt_schedulable_data 7621 period = ktime_to_ns(tg->rt_bandwidth.rt_period); tg_rt_schedulable() 7625 period = d->rt_period; tg_rt_schedulable() 7653 period = ktime_to_ns(child->rt_bandwidth.rt_period); tg_rt_schedulable() 7657 period = d->rt_period; tg_rt_schedulable() 7676 .rt_period = period, __rt_schedulable() 7688 u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() 7700 if (rt_period == 0) tg_set_rt_bandwidth() 7705 err = __rt_schedulable(tg, rt_period, rt_runtime); tg_set_rt_bandwidth() 7710 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); tg_set_rt_bandwidth() 7730 u64 rt_runtime, rt_period; sched_group_set_rt_runtime() local 7732 rt_period = ktime_to_ns(tg->rt_bandwidth.rt_period); sched_group_set_rt_runtime() 7737 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); sched_group_set_rt_runtime() 7754 u64 rt_runtime, rt_period; sched_group_set_rt_period() local 7756 rt_period = (u64)rt_period_us * NSEC_PER_USEC; sched_group_set_rt_period() 7759 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); sched_group_set_rt_period() 7766 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); sched_group_rt_period() 7894 def_rt_bandwidth.rt_period = ns_to_ktime(global_rt_period()); sched_rt_do_global() 7687 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() argument
|
H A D | sched.h | 131 ktime_t rt_period; member in struct:rt_bandwidth
|
Completed in 140 milliseconds