Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_api.c659 if (clhash->hashelems * 4 <= clhash->hashsize * 3) in qdisc_class_hash_grow()
695 clhash->hashelems = 0; in qdisc_class_hash_init()
714 clhash->hashelems++; in qdisc_class_hash_insert()
722 clhash->hashelems--; in qdisc_class_hash_remove()
/Linux-v4.19/include/net/
Dsch_generic.h506 unsigned int hashelems; member