Searched refs:estimator (Results 1 – 5 of 5) 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
175 API-struct-gnet-estimator183 API-gen-new-estimator184 API-gen-kill-estimator185 API-gen-replace-estimator186 API-gen-estimator-active
2292 nfsd4op_rsize estimator; in nfsd4_max_reply() local2297 estimator = opdesc->op_rsize_bop; in nfsd4_max_reply()2298 return estimator ? estimator(rqstp, op) : PAGE_SIZE; in nfsd4_max_reply()