Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c963 struct transit_list_head *trh; in delspan_insert() local
967 trh = &transit_list_head; in delspan_insert()
973 mutex_enter(&trh->trh_lock); in delspan_insert()
975 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
998 mutex_exit(&trh->trh_lock); in delspan_insert()
1008 struct transit_list_head *trh; in delspan_remove() local
1011 trh = &transit_list_head; in delspan_remove()
1015 mutex_enter(&trh->trh_lock); in delspan_remove()
1043 mutex_exit(&trh->trh_lock); in delspan_remove()
2843 struct transit_list_head *trh; in transit_list_collect() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c245 struct rthash *trh; in rtadd() local
251 for (trh = rh; trh < &rh[ROUTEHASHSIZ]; trh++) in rtadd()
252 trh->rt_forw = trh->rt_back = (struct rt_entry *)trh; in rtadd()