Home
last modified time | relevance | path

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

/linux/net/core/
A Dgen_estimator.c57 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()
185 est->next_jiffies = jiffies + ((HZ/4) << intvl_log); in gen_new_estimator()
187 mod_timer(&est->timer, est->next_jiffies); in gen_new_estimator()
/linux/drivers/gpu/drm/msm/
A 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/drivers/scsi/aacraid/
A Dcommsup.c2433 unsigned long next_jiffies = jiffies + HZ; in aac_command_thread() local
2434 unsigned long next_check_jiffies = next_jiffies; in aac_command_thread()
2457 if ((time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
2459 next_check_jiffies = next_jiffies; in aac_command_thread()
2467 if (!time_before(next_check_jiffies,next_jiffies) in aac_command_thread()
2468 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread()
2498 next_jiffies = jiffies + difference; in aac_command_thread()
2499 if (time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
/linux/sound/pci/asihpi/
A Dasihpi.c726 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
820 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
822 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
824 next_jiffies = max(next_jiffies, 1U); in snd_card_asihpi_timer_function()
825 dpcm->timer.expires = jiffies + next_jiffies; in snd_card_asihpi_timer_function()
827 next_jiffies, pcm_buf_dma_ofs, newdata, xfercount); in snd_card_asihpi_timer_function()
/linux/drivers/net/ethernet/micrel/
A Dksz884x.c5228 static unsigned long next_jiffies; variable
5431 if (next_jiffies < jiffies) in netdev_open()
5432 next_jiffies = jiffies + HZ * 2; in netdev_open()
5434 next_jiffies += HZ * 1; in netdev_open()
5435 hw_priv->counter[i].time = next_jiffies; in netdev_open()
6565 next_jiffies = jiffies; in mib_read_work()
6587 next_jiffies += HZ * 1 * hw->mib_port_cnt; in mib_read_work()
6588 hw_priv->counter[i].time = next_jiffies; in mib_read_work()

Completed in 28 milliseconds