Searched refs:allotment_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.h146 u_int allotment_; /* Fraction of link bandwidth. */ member in struct:rm_class
H A Daltq_rmclass.c236 cl->allotment_ = RM_NS_PER_SEC / nsecPerByte; /* Bytes per sec */
341 ifd->alloc_[pri] += cl->allotment_;
358 old_allotment = cl->allotment_;
362 cl->allotment_ = RM_NS_PER_SEC / nsecPerByte; /* Bytes per sec */
392 ifd->alloc_[cl->pri_] += cl->allotment_ - old_allotment;
439 cl->w_allotment_ = cl->allotment_ /
616 ifd->alloc_[cl->pri_] -= cl->allotment_;

Completed in 204 milliseconds