Searched refs:rt_period (Results 1 – 4 of 4) sorted by relevance
26 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()43 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()61 hrtimer_forward_now(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth()199 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()454 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()571 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()643 u64 rt_period; in do_balance_runtime() local648 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()672 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()673 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()[all …]
7845 u64 rt_period; member7856 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()7860 period = d->rt_period; in tg_rt_schedulable()7888 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable()7892 period = d->rt_period; in tg_rt_schedulable()7911 .rt_period = period, in __rt_schedulable()7923 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument7935 if (rt_period == 0) in tg_set_rt_bandwidth()7940 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth()7945 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); in tg_set_rt_bandwidth()[all …]
141 ktime_t rt_period; member
415 950000. With rt_period equal to 1000000, by default, it means that -deadline