Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmem_config.c662 struct transit_list *trl_next; member
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
2857 tlp->trl_next = trh->trh_head; in transit_list_insert()
2871 tlpp = &(*tlpp)->trl_next; in transit_list_remove()
2874 *tlpp = tlp->trl_next; in transit_list_remove()
2875 tlp->trl_next = NULL; in transit_list_remove()
2883 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in pfnum_to_transit_list()