Searched refs:estimator (Results 1 – 4 of 4) sorted by relevance
9 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator80 0) Prepare an estimator attribute. Most likely this would be in user83 length needs to be appropriately set, etc. The estimator interval96 3) Now initialize a new estimator:
722 if (vc->estimator) { in push_on_scq()726 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()729 u32 cps = vc->estimator->maxcps; in push_on_scq()731 vc->estimator->cps = cps; in push_on_scq()732 vc->estimator->avcps = cps << 5; in push_on_scq()2090 est = vc->estimator; in idt77252_est_timer()2223 if (vc->estimator) { in idt77252_init_ubr()2224 del_timer(&vc->estimator->timer); in idt77252_init_ubr()2225 kfree(vc->estimator); in idt77252_init_ubr()2226 vc->estimator = NULL; in idt77252_init_ubr()[all …]
215 struct rate_estimator *estimator; member
2307 nfsd4op_rsize estimator; in nfsd4_max_reply() local2312 estimator = opdesc->op_rsize_bop; in nfsd4_max_reply()2313 return estimator ? estimator(rqstp, op) : PAGE_SIZE; in nfsd4_max_reply()