Lines Matching refs:mdsp_new
879 struct memdelspan *mdsp_new; in span_to_install() local
883 mdsp_new = NULL; in span_to_install()
920 mdsp->mds_next = mdsp_new; in span_to_install()
921 mdsp_new = mdsp; in span_to_install()
925 return (mdsp_new); in span_to_install()
961 struct memdelspan *mdsp_new) in delspan_insert() argument
970 ASSERT(mdsp_new != NULL); in delspan_insert()
982 for (nmdsp = mdsp_new; nmdsp != NULL; in delspan_insert()
996 delspan_concat(&my_tlp->trl_spans, mdsp_new); in delspan_insert()
1093 struct memdelspan *mdsp_new; in kphysm_del_span() local
1111 mdsp_new = span_to_install(base, npgs); in kphysm_del_span()
1112 if (mdsp_new == NULL) { in kphysm_del_span()
1130 if (delspan_insert(&mhp->mh_transit, mdsp_new) == 0) { in kphysm_del_span()
1145 free_delspans(mdsp_new); in kphysm_del_span()
1276 struct memdelspan *mdsp_new; in kphysm_del_span_query() local
1285 mdsp_new = span_to_install(base, npgs); in kphysm_del_span_query()
1290 for (mdsp = mdsp_new; mdsp != NULL; mdsp = mdsp->mds_next) { in kphysm_del_span_query()
1416 free_delspans(mdsp_new); in kphysm_del_span_query()