Lines Matching refs:clhash
172 struct Qdisc_class_hash clhash; /* class hash */ member
879 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class()
1076 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1083 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_change_class()
1116 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1358 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_walk()
1359 hlist_for_each_entry(cl, &q->clhash.hash[i], in hfsc_walk()
1407 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
1428 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1429 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_init_qdisc()
1489 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_reset_qdisc()
1490 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1507 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1508 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc()
1513 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1514 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in hfsc_destroy_qdisc()
1518 qdisc_class_hash_destroy(&q->clhash); in hfsc_destroy_qdisc()