Lines Matching refs:clhash
172 struct Qdisc_class_hash clhash; /* class hash */ member
869 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class()
1085 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1092 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_change_class()
1125 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1368 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_walk()
1369 hlist_for_each_entry(cl, &q->clhash.hash[i], in hfsc_walk()
1417 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
1438 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1439 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_init_qdisc()
1499 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_reset_qdisc()
1500 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1515 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1516 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc()
1521 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1522 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in hfsc_destroy_qdisc()
1526 qdisc_class_hash_destroy(&q->clhash); in hfsc_destroy_qdisc()