Searched refs:estimator (Results 1 – 4 of 4) sorted by relevance
13 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator91 0) Prepare an estimator attribute. Most likely this would be in user94 length needs to be appropriately set, etc. The estimator interval108 3) Now initialize a new estimator::
722 if (vc->estimator) { 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()2081 if (!vc->estimator) in idt77252_est_timer()2210 if (vc->estimator) { in idt77252_init_ubr()2211 est = vc->estimator; in idt77252_init_ubr()2212 vc->estimator = NULL; in idt77252_init_ubr()2532 if (vc->estimator) { in idt77252_close()2534 kfree(vc->estimator); in idt77252_close()[all …]
218 struct rate_estimator *estimator; member
249 will only ever be able to use an estimator thereof.
Completed in 15 milliseconds