Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sched/
DMakefile11 obj-$(CONFIG_NET_ESTIMATOR) += estimator.o
DConfig.in25 bool ' Rate estimator' CONFIG_NET_ESTIMATOR
/linux-2.4.37.9/drivers/atm/
Didt77252.c729 if (vc->estimator) { in push_on_scq()
732 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()
734 u32 cps = vc->estimator->maxcps; in push_on_scq()
736 vc->estimator->cps = cps; in push_on_scq()
737 vc->estimator->avcps = cps << 5; in push_on_scq()
2103 est = vc->estimator; in idt77252_est_timer()
2238 if (vc->estimator) { in idt77252_init_ubr()
2239 del_timer(&vc->estimator->timer); in idt77252_init_ubr()
2240 kfree(vc->estimator); in idt77252_init_ubr()
2241 vc->estimator = NULL; in idt77252_init_ubr()
[all …]
Didt77252.h220 struct rate_estimator *estimator; member
/linux-2.4.37.9/Documentation/
DConfigure.help11111 Rate estimator