Searched refs:intvl_log (Results 1 – 1 of 1) sorted by relevance
48 u8 intvl_log; /* period : (250ms << intvl_log) */ member83 brate = (b.bytes - est->last_bytes) << (10 - est->intvl_log); in est_timer()86 rate = (b.packets - est->last_packets) << (10 - est->intvl_log); in est_timer()97 est->next_jiffies += ((HZ/4) << est->intvl_log); in est_timer()134 int intvl_log; in gen_new_estimator() local154 intvl_log = parm->interval + 2; in gen_new_estimator()159 est->intvl_log = intvl_log; in gen_new_estimator()179 est->next_jiffies = jiffies + ((HZ/4) << intvl_log); in gen_new_estimator()