intvl_log          48 net/core/gen_estimator.c 	u8			intvl_log; /* period : (250ms << intvl_log) */
intvl_log          83 net/core/gen_estimator.c 	brate = (b.bytes - est->last_bytes) << (10 - est->ewma_log - est->intvl_log);
intvl_log          86 net/core/gen_estimator.c 	rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log);
intvl_log          97 net/core/gen_estimator.c 	est->next_jiffies += ((HZ/4) << est->intvl_log);
intvl_log         134 net/core/gen_estimator.c 	int intvl_log;
intvl_log         151 net/core/gen_estimator.c 	intvl_log = parm->interval + 2;
intvl_log         156 net/core/gen_estimator.c 	est->intvl_log = intvl_log;
intvl_log         176 net/core/gen_estimator.c 	est->next_jiffies = jiffies + ((HZ/4) << intvl_log);