hh_flows_current_cnt  138 net/sched/sch_hhf.c 	u32		   hh_flows_current_cnt;        /* total current HHs  */
hh_flows_current_cnt  201 net/sched/sch_hhf.c 			q->hh_flows_current_cnt--;
hh_flows_current_cnt  228 net/sched/sch_hhf.c 	if (q->hh_flows_current_cnt >= q->hh_flows_limit) {
hh_flows_current_cnt  237 net/sched/sch_hhf.c 	q->hh_flows_current_cnt++;
hh_flows_current_cnt  615 net/sched/sch_hhf.c 		q->hh_flows_current_cnt = 0;
hh_flows_current_cnt  687 net/sched/sch_hhf.c 		.hh_cur_count	= q->hh_flows_current_cnt,