Lines Matching refs:write_threshold
137 int write_threshold; member
668 out->write_threshold = out->pcm_config->period_size * period_count; in out_write()
671 out->cur_write_threshold = out->write_threshold; in out_write()
739 if (out->cur_write_threshold > out->write_threshold) { in out_write()
741 if (out->cur_write_threshold < out->write_threshold) { in out_write()
742 out->cur_write_threshold = out->write_threshold; in out_write()
744 } else if (out->cur_write_threshold < out->write_threshold) { in out_write()
746 if (out->cur_write_threshold > out->write_threshold) { in out_write()
747 out->cur_write_threshold = out->write_threshold; in out_write()
749 } else if ((kernel_frames < out->write_threshold) && in out_write()
750 ((out->write_threshold - kernel_frames) > in out_write()