Searched refs:rt_period (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | rt.c | 27 overrun = hrtimer_forward(timer, now, rt_b->rt_period); in sched_rt_period_timer() 40 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth() 59 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth() 195 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group() 441 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period() 558 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period() 630 u64 rt_period; in do_balance_runtime() local 635 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime() 659 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime() 660 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime() [all …]
|
D | core.c | 7610 u64 rt_period; member 7621 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable() 7625 period = d->rt_period; in tg_rt_schedulable() 7653 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable() 7657 period = d->rt_period; in tg_rt_schedulable() 7676 .rt_period = period, in __rt_schedulable() 7688 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument 7700 if (rt_period == 0) in tg_set_rt_bandwidth() 7705 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth() 7710 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); in tg_set_rt_bandwidth() [all …]
|
D | sched.h | 131 ktime_t rt_period; member
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 291 950000. With rt_period equal to 1000000, by default, it means that -deadline
|