Home
last modified time | relevance | path

Searched refs:curr_jiffies (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/core/
H A Dpcm_lib.c291 unsigned long curr_jiffies; in snd_pcm_update_hw_ptr0() local
305 curr_jiffies = jiffies; in snd_pcm_update_hw_ptr0()
346 hdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
379 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
420 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
462 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()
482 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()