Searched refs:mdspp (Results 1 – 1 of 1) sorted by relevance
944 delspan_concat(struct memdelspan **mdspp, struct memdelspan *mdsp) in delspan_concat() argument946 while (*mdspp != NULL) in delspan_concat()947 mdspp = &(*mdspp)->mds_next; in delspan_concat()949 *mdspp = mdsp; in delspan_concat()