nonfull_next      165 net/sched/sch_qfq.c 	struct hlist_node nonfull_next;	/* See nonfull_aggs in qfq_sched. */
nonfull_next      257 net/sched/sch_qfq.c 	hlist_add_head(&agg->nonfull_next, &q->nonfull_aggs);
nonfull_next      268 net/sched/sch_qfq.c 	hlist_for_each_entry(agg, &q->nonfull_aggs, nonfull_next)
nonfull_next      283 net/sched/sch_qfq.c 		hlist_del_init(&agg->nonfull_next);
nonfull_next      287 net/sched/sch_qfq.c 		hlist_add_head(&agg->nonfull_next, &q->nonfull_aggs);
nonfull_next      330 net/sched/sch_qfq.c 	hlist_del_init(&agg->nonfull_next);