Lines Matching full:period
27 system when the period is smaller than either the available hrtimer
53 in a given period. We allocate this "run time" for each realtime group which
61 frames a second, which yields a period of 0.04s per frame. Now say it will also
66 This way the graphics group will have a 0.04s period with a 0.032s run time
69 0.00015s. So this group can be scheduled with a period of 0.005s and a run time
90 The scheduling period that is equivalent to 100% CPU bandwidth
102 * A run time of -1 specifies runtime == period, ie. no limit.
115 period from /proc/sys/kernel/sched_rt_period_us and a run time of 0. If you
151 There is work in progress to make the scheduling period for each group
154 The constraint on the period is that a subgroup must have a smaller or
155 equal period to its parent. But realistically its not very useful _yet_
159 period is twice the length of B's.
161 * group A: period=100000us, runtime=50000us
165 * group B: period= 50000us, runtime=25000us
169 This means that currently a while (1) loop in A will run for the full period of
171 period.
175 groups and treating end of the period as a deadline will ensure that they both