Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dpcm_lib.c265 unsigned long curr_jiffies; in snd_pcm_update_hw_ptr0() local
279 curr_jiffies = jiffies; in snd_pcm_update_hw_ptr0()
320 hdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
353 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
394 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
436 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()
456 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()