Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c960 struct transit_list *my_tlp, in delspan_insert() argument
969 ASSERT(my_tlp != NULL); in delspan_insert()
994 if (my_tlp->trl_spans == NULL) in delspan_insert()
995 transit_list_insert(my_tlp); in delspan_insert()
1004 struct transit_list *my_tlp, in delspan_remove() argument
1013 ASSERT(my_tlp != NULL); in delspan_remove()
1018 my_tlp->trl_spans = NULL; in delspan_remove()
1020 transit_list_remove(my_tlp); in delspan_remove()
1024 prv = &my_tlp->trl_spans; in delspan_remove()
1039 if (my_tlp->trl_spans == NULL) in delspan_remove()
[all …]