Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dgen_estimator.c57 unsigned long next_jiffies; member
97 est->next_jiffies += ((HZ/4) << est->intvl_log); in est_timer()
99 if (unlikely(time_after_eq(jiffies, est->next_jiffies))) { in est_timer()
101 est->next_jiffies = jiffies + 1; in est_timer()
103 mod_timer(&est->timer, est->next_jiffies); in est_timer()
176 est->next_jiffies = jiffies + ((HZ/4) << intvl_log); in gen_new_estimator()
178 mod_timer(&est->timer, est->next_jiffies); in gen_new_estimator()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_perf.c35 unsigned long next_jiffies; member
45 if (time_after(perf->next_jiffies, start_jiffies)) { in wait_sample()
47 perf->next_jiffies - start_jiffies; in wait_sample()
54 perf->next_jiffies += SAMPLE_TIME; in wait_sample()
171 perf->next_jiffies = jiffies + SAMPLE_TIME; in perf_open()
/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c2443 unsigned long next_jiffies = jiffies + HZ; in aac_command_thread() local
2444 unsigned long next_check_jiffies = next_jiffies; in aac_command_thread()
2467 if ((time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
2469 next_check_jiffies = next_jiffies; in aac_command_thread()
2477 if (!time_before(next_check_jiffies,next_jiffies) in aac_command_thread()
2478 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread()
2508 next_jiffies = jiffies + difference; in aac_command_thread()
2509 if (time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c748 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
842 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
844 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
846 next_jiffies = max(next_jiffies, 1U); in snd_card_asihpi_timer_function()
847 dpcm->timer.expires = jiffies + next_jiffies; in snd_card_asihpi_timer_function()
849 next_jiffies, pcm_buf_dma_ofs, newdata, xfercount); in snd_card_asihpi_timer_function()
/Linux-v5.4/drivers/net/ethernet/micrel/
Dksz884x.c5305 static unsigned long next_jiffies; variable
5510 if (next_jiffies < jiffies) in netdev_open()
5511 next_jiffies = jiffies + HZ * 2; in netdev_open()
5513 next_jiffies += HZ * 1; in netdev_open()
5514 hw_priv->counter[i].time = next_jiffies; in netdev_open()
6646 next_jiffies = jiffies; in mib_read_work()
6668 next_jiffies += HZ * 1 * hw->mib_port_cnt; in mib_read_work()
6669 hw_priv->counter[i].time = next_jiffies; in mib_read_work()