Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/networking/
Dgen_stats.txt9 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator
80 0) Prepare an estimator attribute. Most likely this would be in user
83 length needs to be appropriately set, etc. The estimator interval
96 3) Now initialize a new estimator:
/linux-4.4.14/drivers/atm/
Didt77252.c722 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 …]
Didt77252.h215 struct rate_estimator *estimator; member
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db175 API-struct-gnet-estimator
183 API-gen-new-estimator
184 API-gen-kill-estimator
185 API-gen-replace-estimator
186 API-gen-estimator-active
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c2292 nfsd4op_rsize estimator; in nfsd4_max_reply() local
2297 estimator = opdesc->op_rsize_bop; in nfsd4_max_reply()
2298 return estimator ? estimator(rqstp, op) : PAGE_SIZE; in nfsd4_max_reply()