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

/linux-master/net/sched/
H A Dsch_hfsc.c165 u32 cl_nactive; /* number of active children */ member in struct:hfsc_class
674 if (go_active && cl->cl_nactive++ == 0)
712 if (cl->cl_parent->cl_nactive == 0)
754 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0)
757 if (go_passive && --cl->cl_nactive == 0)
1468 cl->cl_nactive = 0;

Completed in 110 milliseconds