HomeSort by: relevance | last modified time | path
    Searched refs:allotment_ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_rmclass.h 131 u_int allotment_; /* Fraction of link bandwidth. */ member in struct:rm_class
altq_rmclass.c 246 cl->allotment_ = (u_int)(RM_PS_PER_SEC / psecPerByte); /* Bytes per sec */
343 ifd->alloc_[pri] += cl->allotment_;
359 old_allotment = cl->allotment_;
362 cl->allotment_ = (u_int)(RM_PS_PER_SEC / psecPerByte); /* Bytes per sec */
392 ifd->alloc_[cl->pri_] += cl->allotment_ - old_allotment;
438 cl->w_allotment_ = cl->allotment_ /
614 ifd->alloc_[cl->pri_] -= cl->allotment_;
altq_cbq.c 1099 cl->pri_, cl->depth_, cl->maxrate_, cl->allotment_);

Completed in 13 milliseconds