Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmem_config.c669 struct transit_list *trh_head; 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()
2858 trh->trh_head = tlp; in transit_list_insert()
2868 tlpp = &trh->trh_head; in transit_list_remove()
2883 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in pfnum_to_transit_list()
2905 if (trh->trh_head == NULL) in pfn_is_being_deleted()