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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c962 struct transit_list_head *trh; local
966 trh = &transit_list_head;
972 mutex_enter(&trh->trh_lock);
973 /* ASSERT(my_tlp->trl_spans == NULL || tlp_in_list(trh, my_tlp)); */
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) {
997 mutex_exit(&trh->trh_lock);
1007 struct transit_list_head *trh; local
1010 trh = &transit_list_head;
1014 mutex_enter(&trh->trh_lock);
1042 mutex_exit(&trh
2842 struct transit_list_head *trh; local
2853 struct transit_list_head *trh; local
2864 struct transit_list_head *trh; local
2879 pfnum_to_transit_list(struct transit_list_head *trh, pfn_t pfnum) argument
2900 struct transit_list_head *trh; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c247 struct rthash *trh; local
253 for (trh = rh; trh < &rh[ROUTEHASHSIZ]; trh++)
254 trh->rt_forw = trh->rt_back = (struct rt_entry *)trh;

Completed in 48 milliseconds