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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c183 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period);
276 return ktime_to_ns(def_rt_bandwidth.rt_period);
332 u64 rt_period; local
337 rt_period = ktime_to_ns(rt_b->rt_period);
361 if (rt_rq->rt_runtime + diff > rt_period)
362 diff = rt_period - rt_rq->rt_runtime;
366 if (rt_rq->rt_runtime == rt_period) {
H A Dsched.c159 ktime_t rt_period; member in struct:rt_bandwidth
178 overrun = hrtimer_forward(timer, now, rt_b->rt_period);
192 rt_b->rt_period = ns_to_ktime(period);
226 hrtimer_forward(&rt_b->rt_period_timer, now, rt_b->rt_period);
8312 ktime_to_ns(def_rt_bandwidth.rt_period), 0);
8598 u64 rt_period; member in struct:rt_schedulable_data
8609 period = ktime_to_ns(tg->rt_bandwidth.rt_period);
8613 period = d->rt_period;
8641 period = ktime_to_ns(child->rt_bandwidth.rt_period);
8645 period = d->rt_period;
8669 tg_set_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) argument
8701 u64 rt_runtime, rt_period; local
8725 u64 rt_runtime, rt_period; local
[all...]

Completed in 96 milliseconds