Home
last modified time | relevance | path

Searched refs:hashelems (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/sched/
Dsch_api.c685 if (clhash->hashelems * 4 <= clhash->hashsize * 3) in qdisc_class_hash_grow()
721 clhash->hashelems = 0; in qdisc_class_hash_init()
740 clhash->hashelems++; in qdisc_class_hash_insert()
748 clhash->hashelems--; in qdisc_class_hash_remove()
/linux-6.1.9/include/net/
Dsch_generic.h600 unsigned int hashelems; member