cl_nactive        166 net/sched/sch_hfsc.c 	u32		cl_nactive;	/* number of active children */
cl_nactive        675 net/sched/sch_hfsc.c 		if (go_active && cl->cl_nactive++ == 0)
cl_nactive        713 net/sched/sch_hfsc.c 			if (cl->cl_parent->cl_nactive == 0)
cl_nactive        755 net/sched/sch_hfsc.c 		if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0)
cl_nactive        758 net/sched/sch_hfsc.c 		if (go_passive && --cl->cl_nactive == 0)
cl_nactive       1460 net/sched/sch_hfsc.c 	cl->cl_nactive      = 0;