Searched refs:rh_hash (Results 1 – 2 of 2) sorted by relevance
58 hp->rh_hash = hash; in refhash_create()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()
43 refhash_hash_f rh_hash; member