Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sched/
Dsch_hfsc.c180 unsigned long cl_nactive; /* number of active children */ member
732 if (go_active && cl->cl_nactive++ == 0) in init_vf()
782 if (cl->cl_parent->cl_nactive == 0) in init_vf()
825 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0) in update_vf()
828 if (go_passive && --cl->cl_nactive == 0) in update_vf()
1572 cl->cl_nactive = 0; in hfsc_reset_class()