Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmem_config.c649 struct memdelspan { struct
650 struct memdelspan *mds_next; argument
663 struct memdelspan *trl_spans; argument
874 static struct memdelspan *
877 struct memdelspan *mdsp; in span_to_install()
878 struct memdelspan *mdsp_new; in span_to_install()
916 mdsp = kmem_zalloc(sizeof (struct memdelspan), KM_SLEEP); in span_to_install()
928 free_delspans(struct memdelspan *mdsp) in free_delspans()
930 struct memdelspan *amdsp; in free_delspans()
934 kmem_free(amdsp, sizeof (struct memdelspan)); in free_delspans()
[all …]