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()
1065 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1072 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_change_class()
1106 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1349 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_walk()
1350 hlist_for_each_entry(cl, &q->clhash.hash[i], in hfsc_walk()
1398 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
1420 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1421 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_init_qdisc()
1481 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_reset_qdisc()
1482 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1499 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1500 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc()
1505 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1506 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in hfsc_destroy_qdisc()
1510 qdisc_class_hash_destroy(&q->clhash); in hfsc_destroy_qdisc()