Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmem_config.c943 delspan_concat(struct memdelspan **mdspp, struct memdelspan *mdsp) in delspan_concat() argument
945 while (*mdspp != NULL) in delspan_concat()
946 mdspp = &(*mdspp)->mds_next; in delspan_concat()
948 *mdspp = mdsp; in delspan_concat()