Lines Matching defs:period
53 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime)
55 rt_b->rt_period = ns_to_ktime(period);
76 * not reset the period. If a deadline task was running
79 * to update the period.
740 * spare time, but no more than our period.
2915 u64 period, runtime;
2917 period = ktime_to_ns(tg->rt_bandwidth.rt_period);
2921 period = d->rt_period;
2926 * Cannot have more runtime than the period.
2928 if (runtime > period && runtime != RUNTIME_INF) {
2939 total = to_ratio(period, runtime);
2952 period = ktime_to_ns(child->rt_bandwidth.rt_period);
2956 period = d->rt_period;
2960 sum += to_ratio(period, runtime);
2970 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime)
2976 .rt_period = period,
2999 /* No period doesn't make any sense. */