Home
last modified time | relevance | path

Searched refs:clhash (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/net/sched/
Dsch_drr.c36 struct Qdisc_class_hash clhash; member
44 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class()
131 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class()
134 qdisc_class_hash_grow(sch, &q->clhash); in drr_change_class()
159 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class()
285 for (i = 0; i < q->clhash.hashsize; i++) { in drr_walk()
286 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
417 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
430 for (i = 0; i < q->clhash.hashsize; i++) { in drr_reset_qdisc()
431 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
[all …]
Dsch_cbq.c133 struct Qdisc_class_hash clhash; /* Hash table of all classes */ member
169 clc = qdisc_class_find(&q->clhash, classid); in cbq_class_lookup()
815 for (h = 0; h < q->clhash.hashsize; h++) { in cbq_normalize_quanta()
816 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_normalize_quanta()
855 for (h = 0; h < q->clhash.hashsize; h++) { in cbq_sync_defmap()
858 hlist_for_each_entry(c, &q->clhash.hash[h], in cbq_sync_defmap()
906 qdisc_class_hash_remove(&q->clhash, &this->common); in cbq_unlink_class()
935 qdisc_class_hash_insert(&q->clhash, &this->common); in cbq_link_class()
967 for (h = 0; h < q->clhash.hashsize; h++) { in cbq_reset()
968 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_reset()
[all …]
Dsch_hfsc.c172 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()
1391 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
1413 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1414 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_init_qdisc()
[all …]
Dsch_api.c676 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow() argument
685 if (clhash->hashelems * 4 <= clhash->hashsize * 3) in qdisc_class_hash_grow()
687 nsize = clhash->hashsize * 2; in qdisc_class_hash_grow()
693 ohash = clhash->hash; in qdisc_class_hash_grow()
694 osize = clhash->hashsize; in qdisc_class_hash_grow()
703 clhash->hash = nhash; in qdisc_class_hash_grow()
704 clhash->hashsize = nsize; in qdisc_class_hash_grow()
705 clhash->hashmask = nmask; in qdisc_class_hash_grow()
712 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init() argument
716 clhash->hash = qdisc_class_hash_alloc(size); in qdisc_class_hash_init()
[all …]
Dsch_qfq.c182 struct Qdisc_class_hash clhash; member
211 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class()
507 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class()
510 qdisc_class_hash_grow(sch, &q->clhash); in qfq_change_class()
543 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class()
660 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_walk()
661 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1413 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
1446 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_reset_qdisc()
1447 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
[all …]
Dsch_htb.c151 struct Qdisc_class_hash clhash; member
192 clc = qdisc_class_find(&q->clhash, handle); in htb_find()
997 for (i = 0; i < q->clhash.hashsize; i++) { in htb_reset()
998 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1103 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1300 for (i = 0; i < q->clhash.hashsize; i++) { in htb_offload_aggregate_stats()
1301 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) { in htb_offload_aggregate_stats()
1629 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1630 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy()
1639 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
[all …]