Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmem_config.c959 struct transit_list *my_tlp, in delspan_insert() argument
968 ASSERT(my_tlp != NULL); in delspan_insert()
993 if (my_tlp->trl_spans == NULL) in delspan_insert()
994 transit_list_insert(my_tlp); in delspan_insert()
995 delspan_concat(&my_tlp->trl_spans, mdsp_new); in delspan_insert()
1003 struct transit_list *my_tlp, in delspan_remove() argument
1012 ASSERT(my_tlp != NULL); in delspan_remove()
1015 if ((mdsp = my_tlp->trl_spans) != NULL) { in delspan_remove()
1017 my_tlp->trl_spans = NULL; in delspan_remove()
1019 transit_list_remove(my_tlp); in delspan_remove()
[all …]