Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_api.c693 if (clhash->hashelems * 4 <= clhash->hashsize * 3) in qdisc_class_hash_grow()
729 clhash->hashelems = 0; in qdisc_class_hash_init()
748 clhash->hashelems++; in qdisc_class_hash_insert()
756 clhash->hashelems--; in qdisc_class_hash_remove()
/openbmc/linux/include/net/
H A Dsch_generic.h615 unsigned int hashelems; member