Lines Matching defs:borrow
313 struct rm_class *borrow, *parent;
343 /* Get pointers to parent and borrow classes. */
346 borrow = parent;
348 borrow = NULL;
351 * A class must borrow from its parent or it can not
352 * borrow at all. Hence, borrow can be null.
359 if ((borrow != parent) && (borrow != NULL)) {
360 printf("cbq_add_class: borrow class != parent\n");
397 rmc_delay_action, a->qlimit, parent, borrow,
613 struct rm_class *borrow, *parent;
625 /* Get pointers to parent and borrow classes. */
627 borrow = clh_to_clp(cbqp, acp->cbq_class.borrow_class_handle);
630 * A class must borrow from its parent or it can not
631 * borrow at all. Hence, borrow can be null.
638 if ((borrow != parent) && (borrow != NULL)) {
639 printf("cbq_add_class: borrow class != parent\n");
643 return cbq_class_create(cbqp, acp, parent, borrow);
696 * struct rm_class *parent, struct rm_class *borrow)
705 struct rm_class *parent, struct rm_class *borrow)
737 rmc_delay_action, spec->maxq, parent, borrow,