Lines Matching refs:period_size
69 unsigned int period_size = runtime->period_size; in ct_systimer_callback() local
76 if (dist >= period_size || in ct_systimer_callback()
77 position / period_size != ti->position / period_size) { in ct_systimer_callback()
83 interval = ((period_size - (position % period_size)) in ct_systimer_callback()
104 jiffies + (runtime->period_size * HZ + in ct_systimer_start()
200 unsigned int period_size, rate; in ct_xfitimer_reprogram() local
202 period_size = ti->substream->runtime->period_size; in ct_xfitimer_reprogram()
205 if (pos / period_size != ti->position / period_size) { in ct_xfitimer_reprogram()
210 pos %= period_size; in ct_xfitimer_reprogram()
211 pos = period_size - pos; in ct_xfitimer_reprogram()
265 ti->frag_count = ti->substream->runtime->period_size; in ct_xfitimer_prepare()