Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c670 struct transit_list *trh_head; member
975 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
2858 tlp->trl_next = trh->trh_head; in transit_list_insert()
2859 trh->trh_head = tlp; in transit_list_insert()
2869 tlpp = &trh->trh_head; in transit_list_remove()
2884 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in pfnum_to_transit_list()
2906 if (trh->trh_head == NULL) in pfn_is_being_deleted()