Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/fs/nfsd/
Dnfs4proc.c2307 nfsd4op_rsize estimator; in nfsd4_max_reply() local
2312 estimator = opdesc->op_rsize_bop; in nfsd4_max_reply()
2313 return estimator ? estimator(rqstp, op) : PAGE_SIZE; in nfsd4_max_reply()