Searched refs:rh_bucket_count (Results 1 – 2 of 2) sorted by relevance
46 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()
38 uint_t rh_bucket_count; member