Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dgen_estimator.c61 unsigned long next_jiffies; member
101 est->next_jiffies += ((HZ/4) << est->intvl_log); in est_timer()
103 if (unlikely(time_after_eq(jiffies, est->next_jiffies))) { in est_timer()
105 est->next_jiffies = jiffies + 1; in est_timer()
107 mod_timer(&est->timer, est->next_jiffies); in est_timer()
180 est->next_jiffies = jiffies + ((HZ/4) << intvl_log); in gen_new_estimator()
182 mod_timer(&est->timer, est->next_jiffies); in gen_new_estimator()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_perf.c43 unsigned long next_jiffies; member
53 if (time_after(perf->next_jiffies, start_jiffies)) { in wait_sample()
55 perf->next_jiffies - start_jiffies; in wait_sample()
62 perf->next_jiffies += SAMPLE_TIME; in wait_sample()
179 perf->next_jiffies = jiffies + SAMPLE_TIME; in perf_open()
/Linux-v4.19/drivers/scsi/aacraid/
Dcommsup.c2456 unsigned long next_jiffies = jiffies + HZ; in aac_command_thread() local
2457 unsigned long next_check_jiffies = next_jiffies; in aac_command_thread()
2480 if ((time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
2482 next_check_jiffies = next_jiffies; in aac_command_thread()
2490 if (!time_before(next_check_jiffies,next_jiffies) in aac_command_thread()
2491 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread()
2521 next_jiffies = jiffies + difference; in aac_command_thread()
2522 if (time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
/Linux-v4.19/sound/pci/asihpi/
Dasihpi.c761 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
855 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
857 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
859 next_jiffies = max(next_jiffies, 1U); in snd_card_asihpi_timer_function()
860 dpcm->timer.expires = jiffies + next_jiffies; in snd_card_asihpi_timer_function()
862 next_jiffies, pcm_buf_dma_ofs, newdata, xfercount); in snd_card_asihpi_timer_function()
/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c5313 static unsigned long next_jiffies; variable
5518 if (next_jiffies < jiffies) in netdev_open()
5519 next_jiffies = jiffies + HZ * 2; in netdev_open()
5521 next_jiffies += HZ * 1; in netdev_open()
5522 hw_priv->counter[i].time = next_jiffies; in netdev_open()
6654 next_jiffies = jiffies; in mib_read_work()
6676 next_jiffies += HZ * 1 * hw->mib_port_cnt; in mib_read_work()
6677 hw_priv->counter[i].time = next_jiffies; in mib_read_work()