Home
last modified time | relevance | path

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

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