Searched refs:to_run (Results 1 – 1 of 1) sorted by relevance
672 int64_t to_run; in pa_resampler_prepare() local686 to_run = amount; in pa_resampler_prepare()689 while (to_run > 0) { in pa_resampler_prepare()693 current = PA_MIN(to_run, (int64_t) max_block_size); in pa_resampler_prepare()700 pa_memblockq_drop(history_queue, to_run); in pa_resampler_prepare()716 to_run -= current; in pa_resampler_prepare()