Home
last modified time | relevance | path

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

/linux-3.4.99/net/sched/
Dsch_api.c554 if (clhash->hashelems * 4 <= clhash->hashsize * 3) in qdisc_class_hash_grow()
590 clhash->hashelems = 0; in qdisc_class_hash_init()
609 clhash->hashelems++; in qdisc_class_hash_insert()
617 clhash->hashelems--; in qdisc_class_hash_remove()
/linux-3.4.99/include/net/
Dsch_generic.h320 unsigned int hashelems; member