Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/refhash/
H A Drefhash.c46 hp->rh_bucket_count = bucket_count; in refhash_create()
70 kmem_free(hp->rh_buckets, hp->rh_bucket_count * sizeof (list_t)); in refhash_destroy()
80 bucket = hp->rh_hash(obj_to_tag(hp, op)) % hp->rh_bucket_count; in refhash_insert()
95 bucket = hp->rh_hash(obj_to_tag(hp, op)) % hp->rh_bucket_count; in refhash_delete()
120 bucket = hp->rh_hash(tp) % hp->rh_bucket_count; in refhash_lookup()
/illumos-gate/usr/src/uts/common/sys/
H A Drefhash.h38 uint_t rh_bucket_count; member