Searched refs:next_period (Results 1 – 2 of 2) sorted by relevance
756 if (!time_after_eq(now, ptp->next_period)) { in bnxt_ptp_ts_aux_work()759 return ptp->next_period - now; in bnxt_ptp_ts_aux_work()763 ptp->next_period = now + HZ; in bnxt_ptp_ts_aux_work()
2913 unsigned long next_period; in sge_timer_tx() local2927 next_period = TX_RECLAIM_PERIOD >> in sge_timer_tx()2930 mod_timer(&qs->tx_reclaim_timer, jiffies + next_period); in sge_timer_tx()