Searched refs:trh (Results 1 – 2 of 2) sorted by relevance
963 struct transit_list_head *trh; in delspan_insert() local967 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() local1011 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 …]
245 struct rthash *trh; in rtadd() local251 for (trh = rh; trh < &rh[ROUTEHASHSIZ]; trh++) in rtadd()252 trh->rt_forw = trh->rt_back = (struct rt_entry *)trh; in rtadd()