Searched refs:avgidle (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.c229 statsp->avgidle = cl->avgidle_;
1139 printf("w_allotment=%d, bytes_alloc=%d, avgidle=%d, maxidle=%d\n",
H A Daltq_cbq.h94 int avgidle; member in struct:_cbq_class_stats_
H A Daltq_rmclass.c1263 int idle, avgidle, pktlen; local
1330 * this class is idle enough, reset avgidle.
1344 avgidle = cl->avgidle_;
1345 avgidle += idle - (avgidle >> RM_FILTER_GAIN);
1346 cl->avgidle_ = avgidle;
1349 if (avgidle <= 0) {
1353 * need some lower bound for avgidle, otherwise
1356 if (avgidle < cl->minidle_)
1357 avgidle
[all...]

Completed in 147 milliseconds