Searched refs:mdspp (Results 1 – 1 of 1) sorted by relevance
943 delspan_concat(struct memdelspan **mdspp, struct memdelspan *mdsp) in delspan_concat() argument945 while (*mdspp != NULL) in delspan_concat()946 mdspp = &(*mdspp)->mds_next; in delspan_concat()948 *mdspp = mdsp; in delspan_concat()