Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_lib.c270 unsigned long curr_jiffies; in snd_pcm_update_hw_ptr0() local
284 curr_jiffies = jiffies; in snd_pcm_update_hw_ptr0()
325 hdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
358 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
399 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
460 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()
/Linux-v4.19/kernel/sched/
Dfair.c5377 unsigned long curr_jiffies, in cpu_load_update_nohz() argument
5382 pending_updates = curr_jiffies - this_rq->last_load_update_tick; in cpu_load_update_nohz()
5384 this_rq->last_load_update_tick = curr_jiffies; in cpu_load_update_nohz()
5432 unsigned long curr_jiffies = READ_ONCE(jiffies); in cpu_load_update_nohz_stop() local
5437 if (curr_jiffies == this_rq->last_load_update_tick) in cpu_load_update_nohz_stop()
5443 cpu_load_update_nohz(this_rq, curr_jiffies, load); in cpu_load_update_nohz_stop()
5448 unsigned long curr_jiffies, in cpu_load_update_nohz() argument