Home
last modified time | relevance | path

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

/linux-6.6.21/net/sched/
Dsch_api.c694 if (clhash->hashelems * 4 <= clhash->hashsize * 3) in qdisc_class_hash_grow()
730 clhash->hashelems = 0; in qdisc_class_hash_init()
749 clhash->hashelems++; in qdisc_class_hash_insert()
757 clhash->hashelems--; in qdisc_class_hash_remove()
/linux-6.6.21/include/net/
Dsch_generic.h614 unsigned int hashelems; member