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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c151 * borrow the offtime of the class borrowing from.
153 * to borrow much, especially when cutoff is taking effect.
198 * borrow class to borrow from (should be either 'parent' or null).
239 struct rm_class *parent, struct rm_class *borrow, u_int32_t maxidle,
302 cl->borrow_ = borrow;
839 struct rm_class *borrow = cl->borrow_; local
841 while (borrow != NULL &&
842 borrow->depth_ < ifd->cutoff_) {
843 if (TV_LT(&borrow
237 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int32_t nsecPerByte, void (*action)(rm_class_t *, rm_class_t *), u_int32_t qid, u_int32_t maxq, struct rm_class *parent, struct rm_class *borrow, u_int32_t maxidle, int minidle, u_int32_t offtime, int pktsize, int flags) argument
1569 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1666 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
[all...]
H A Dpktsched_cbq.c198 struct rm_class *borrow, *parent; local
232 /* Get pointers to parent and borrow classes. */
235 borrow = parent;
237 borrow = NULL;
240 * A class must borrow from its parent or it can not
241 * borrow at all. Hence, borrow can be null.
249 if ((borrow != parent) && (borrow != NULL)) {
250 log(LOG_ERR, "%s: %s borrow clas
[all...]

Completed in 18 milliseconds