Lines Matching defs:period
1355 * @period: Timer period in jiffies.
1361 int period;
4331 static void ksz_init_timer(struct ksz_timer_info *info, int period,
4335 info->period = period;
4344 info->timer.expires = jiffies + info->period;
4349 info->timer.expires = jiffies + info->period;
5553 hw_priv->mib_timer_info.period);
5559 priv->monitor_timer_info.period);