Lines Matching refs:borrow
181 struct rm_class *parent, struct rm_class *borrow, u_int maxidle, in rmc_newclass() argument
230 cl->borrow_ = borrow; in rmc_newclass()
767 struct rm_class *borrow = cl->borrow_; in rmc_queue_packet() local
769 while (borrow != NULL && in rmc_queue_packet()
770 borrow->depth_ < ifd->cutoff_) { in rmc_queue_packet()
771 if (TV_LT(&borrow->undertime_, &now)) { in rmc_queue_packet()
772 ifd->cutoff_ = borrow->depth_; in rmc_queue_packet()
776 borrow = borrow->borrow_; in rmc_queue_packet()
1473 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) in rmc_delay_action() argument
1486 if (borrow != NULL) in rmc_delay_action()
1487 extradelay = borrow->offtime_; in rmc_delay_action()
1580 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) in rmc_root_overlimit() argument