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

/linux-master/net/sched/
H A Dsch_htb.c135 int prio_activity; /* for which prios are we active */ member in struct:htb_class
423 * (activated) mode. It does nothing if cl->prio_activity == 0.
428 long m, mask = cl->prio_activity;
447 p->prio_activity |= mask;
462 * nothing if cl->prio_activity == 0. Class is removed from all feed
468 long m, mask = cl->prio_activity;
493 p->prio_activity &= ~mask;
573 if (cl->prio_activity) { /* not necessary: speed optimization */
596 if (!cl->prio_activity) {
597 cl->prio_activity
[all...]

Completed in 125 milliseconds