Searched refs:lostTime (Results 1 – 1 of 1) sorted by relevance
623 int lostTime = ((int) (jiffies - priv->registrationLastSeen)) * 1000 / HZ; in arlan_registration_timer() local635 if (lostTime > 7000 && lostTime < 7200) in arlan_registration_timer()639 if (lostTime / priv->reRegisterExp > 2000) in arlan_registration_timer()641 if (lostTime / (priv->reRegisterExp) > 3500) in arlan_registration_timer()645 if (lostTime > 7200) in arlan_registration_timer()653 if (priv->Conf->registrationMode && lostTime > 10000 && in arlan_registration_timer()