Searched refs:hw_ptr_buffer_jiffies (Results 1 – 3 of 3) sorted by relevance
347 if (hdelta > runtime->hw_ptr_buffer_jiffies/2) { in snd_pcm_update_hw_ptr0()392 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()395 xrun_threshold = runtime->hw_ptr_buffer_jiffies / 2 + 1; in snd_pcm_update_hw_ptr0()402 hdelta -= runtime->hw_ptr_buffer_jiffies; in snd_pcm_update_hw_ptr0()
878 runtime->hw_ptr_buffer_jiffies = (runtime->buffer_size * HZ) / in snd_pcm_post_start()
282 unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */ member