Searched refs:trh (Results 1 – 2 of 2) sorted by relevance
962 struct transit_list_head *trh; in delspan_insert() local966 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() local1010 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 …]
247 struct rthash *trh; in rtadd() local253 for (trh = rh; trh < &rh[ROUTEHASHSIZ]; trh++) in rtadd()254 trh->rt_forw = trh->rt_back = (struct rt_entry *)trh; in rtadd()