Searched refs:next_jiffies (Results 1 – 4 of 4) sorted by relevance
57 unsigned long next_jiffies; member103 est->next_jiffies += ((HZ/4) << est->intvl_log); in est_timer()105 if (unlikely(time_after_eq(jiffies, est->next_jiffies))) { in est_timer()107 est->next_jiffies = jiffies + 1; in est_timer()109 mod_timer(&est->timer, est->next_jiffies); in est_timer()187 est->next_jiffies = jiffies + ((HZ/4) << intvl_log); in gen_new_estimator()189 mod_timer(&est->timer, est->next_jiffies); in gen_new_estimator()
35 unsigned long next_jiffies; member45 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()174 perf->next_jiffies = jiffies + SAMPLE_TIME; in perf_open()
2305 unsigned long next_jiffies = jiffies + HZ; in aac_command_thread() local2306 unsigned long next_check_jiffies = next_jiffies; in aac_command_thread()2329 if ((time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()2331 next_check_jiffies = next_jiffies; in aac_command_thread()2339 if (!time_before(next_check_jiffies,next_jiffies) in aac_command_thread()2340 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread()2370 next_jiffies = jiffies + difference; in aac_command_thread()2371 if (time_before(next_check_jiffies,next_jiffies)) in aac_command_thread()
5115 unsigned long next_jiffies; in netdev_open() local5120 next_jiffies = jiffies + HZ * 2; in netdev_open()5134 next_jiffies += HZ * 1; in netdev_open()5135 hw_priv->counter[i].time = next_jiffies; in netdev_open()6266 unsigned long next_jiffies; in mib_read_work() local6270 next_jiffies = jiffies; in mib_read_work()6292 next_jiffies += HZ * 1 * hw->mib_port_cnt; in mib_read_work()6293 hw_priv->counter[i].time = next_jiffies; in mib_read_work()