Searched refs:intvl_log (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dgen_estimator.c48 u8 intvl_log; /* period : (250ms << intvl_log) */ member in struct:net_rate_estimator
87 brate = (b_bytes - est->last_bytes) << (10 - est->intvl_log);
90 rate = (b_packets - est->last_packets) << (10 - est->intvl_log);
101 est->next_jiffies += ((HZ/4) << est->intvl_log);
140 int intvl_log; local
160 intvl_log = parm->interval + 2;
165 est->intvl_log = intvl_log;
185 est->next_jiffies = jiffies + ((HZ/4) << intvl_log);
[all...]

Completed in 128 milliseconds