Searched refs:curr_jiffies (Results 1 – 1 of 1) sorted by relevance
266 unsigned long curr_jiffies; in snd_pcm_update_hw_ptr0() local280 curr_jiffies = jiffies; in snd_pcm_update_hw_ptr0()321 hdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()354 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()395 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()437 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()457 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()
Completed in 10 milliseconds