Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_lib.c293 unsigned long jdelta; in snd_pcm_update_hw_ptr0() local
382 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
383 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()
385 hdelta = jdelta - delta * HZ / runtime->rate; in snd_pcm_update_hw_ptr0()
423 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
424 if (((hdelta * HZ) / runtime->rate) > jdelta + HZ/100) { in snd_pcm_update_hw_ptr0()
425 delta = jdelta / in snd_pcm_update_hw_ptr0()
445 (long)runtime->period_size, jdelta, in snd_pcm_update_hw_ptr0()
/linux/drivers/hid/
H A Dhid-multitouch.c1075 unsigned long jdelta = jiffies_to_usecs(jiffies - app->jiffies); in mt_compute_timestamp() local
1085 if (jdelta > MAX_TIMESTAMP_INTERVAL) in mt_compute_timestamp()