activemask        139 net/sched/sch_cbq.c 	unsigned int		activemask;
activemask        305 net/sched/sch_cbq.c 		q->activemask |= (1<<prio);
activemask        332 net/sched/sch_cbq.c 					q->activemask &= ~(1<<prio);
activemask        756 net/sched/sch_cbq.c 						q->activemask &= ~(1<<prio);
activemask        786 net/sched/sch_cbq.c 	unsigned int activemask;
activemask        788 net/sched/sch_cbq.c 	activemask = q->activemask & 0xFF;
activemask        789 net/sched/sch_cbq.c 	while (activemask) {
activemask        790 net/sched/sch_cbq.c 		int prio = ffz(~activemask);
activemask        791 net/sched/sch_cbq.c 		activemask &= ~(1<<prio);
activemask       1033 net/sched/sch_cbq.c 	q->activemask = 0;