Lines Matching refs:period_size
72 unsigned int period_size = runtime->period_size; in ct_systimer_callback() local
79 if (dist >= period_size || in ct_systimer_callback()
80 position / period_size != ti->position / period_size) { in ct_systimer_callback()
86 interval = ((period_size - (position % period_size)) in ct_systimer_callback()
108 jiffies + (runtime->period_size * HZ + in ct_systimer_start()
204 unsigned int period_size, rate; in ct_xfitimer_reprogram() local
206 period_size = ti->substream->runtime->period_size; in ct_xfitimer_reprogram()
209 if (pos / period_size != ti->position / period_size) { in ct_xfitimer_reprogram()
214 pos %= period_size; in ct_xfitimer_reprogram()
215 pos = period_size - pos; in ct_xfitimer_reprogram()
269 ti->frag_count = ti->substream->runtime->period_size; in ct_xfitimer_prepare()