Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dmem_config.c962 struct transit_list_head *trh; in delspan_insert() local
966 trh = &transit_list_head; in delspan_insert()
972 mutex_enter(&trh->trh_lock); in delspan_insert()
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
997 mutex_exit(&trh->trh_lock); in delspan_insert()
1007 struct transit_list_head *trh; in delspan_remove() local
1010 trh = &transit_list_head; in delspan_remove()
1014 mutex_enter(&trh->trh_lock); in delspan_remove()
1042 mutex_exit(&trh->trh_lock); in delspan_remove()
2842 struct transit_list_head *trh; in transit_list_collect() local
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c247 struct rthash *trh; in rtadd() local
253 for (trh = rh; trh < &rh[ROUTEHASHSIZ]; trh++) in rtadd()
254 trh->rt_forw = trh->rt_back = (struct rt_entry *)trh; in rtadd()