Searched defs:trh_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c669 struct transit_list *trh_head; member in struct:transit_list_head
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) {
2857 tlp->trl_next = trh->trh_head;
2858 trh->trh_head = tlp;
2868 tlpp = &trh->trh_head;
2883 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) {
2905 if (trh->trh_head == NULL)

Completed in 63 milliseconds