Lines Matching refs:feed
3 * net/sched/sch_htb.c Hierarchical token bucket, feed tree version
79 struct rb_root feed;
83 * parent's feed then we lost ptr value and start from the
138 struct rb_node node[TC_HTB_NUMPRIO]; /* node for self or feed tree */
418 * htb_activate_prios - creates active classe's feed chain
440 if (p->inner.clprio[prio].feed.rb_node)
441 /* parent already has its feed in use so that
446 htb_add_to_id_tree(&p->inner.clprio[prio].feed, cl, prio);
458 * htb_deactivate_prios - remove class from feed chain
463 * nothing if cl->prio_activity == 0. Class is removed from all feed
480 * parent feed - forget the pointer but remember
488 &p->inner.clprio[prio].feed);
490 if (!p->inner.clprio[prio].feed.rb_node)
556 * circumstances. Routine will update feed lists linkage, change mode
589 * Routine learns (new) priority of leaf and activates feed chain
813 * Find leaf where current feed pointers points to.
862 (++sp)->root = clp->feed.rb_node;