Searched refs:tnrhc_hash (Results 1 – 2 of 2) sorted by relevance
232 tnrhc_hash_t *tnrhc_hash; in tnrh_delete() local240 tnrhc_hash = &tnrhc_table[rhent->rh_prefix][ in tnrh_delete()249 tnrhc_hash = &tnrhc_table_v6[rhent->rh_prefix][ in tnrh_delete()257 mutex_enter(&tnrhc_hash->tnrh_lock); in tnrh_delete()258 prevp = &tnrhc_hash->tnrh_list; in tnrh_delete()274 mutex_exit(&tnrhc_hash->tnrh_lock); in tnrh_delete()339 tnrhc_hash_t *tnrhc_hash; in tnrh_hash_add() local350 tnrhc_hash = &tnrhc_table[prefix][ in tnrh_hash_add()353 mutex_enter(&tnrhc_hash->tnrh_lock); in tnrh_hash_add()354 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL; in tnrh_hash_add()[all …]
69 GElf_Sym tnrhc_hash; in read_table() local73 if (mdb_lookup_by_name(symname, &tnrhc_hash) == -1) { in read_table()78 tnrhc_hash.st_value) == -1) { in read_table()79 mdb_warn("can't read %s at %p", symname, tnrhc_hash.st_value); in read_table()