Home
last modified time | relevance | path

Searched refs:estimator (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/networking/
H A Dgen_stats.rst13 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator
91 0) Prepare an estimator attribute. Most likely this would be in user
94 length needs to be appropriately set, etc. The estimator interval
108 3) Now initialize a new estimator::
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra186-asrc.yaml14 and the other where it gets the information from ratio estimator module.
54 input (port 6) is for receiving ratio information from estimator.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bmon/
H A Dbmon_4.0.bb1 DESCRIPTION = "Portable Bandwidth Monitor and rate estimator"
/openbmc/linux/drivers/atm/
H A Didt77252.c722 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 …]
H A Didt77252.h218 struct rate_estimator *estimator; member
/openbmc/linux/sound/soc/tegra/
H A DKconfig105 in SW and the other where it gets information from ratio estimator
/openbmc/linux/Documentation/scheduler/
H A Dsched-capacity.rst249 will only ever be able to use an estimator thereof.