Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c650 struct memdelspan { struct
651 struct memdelspan *mds_next; argument
664 struct memdelspan *trl_spans; argument
875 static struct memdelspan *
878 struct memdelspan *mdsp; in span_to_install()
879 struct memdelspan *mdsp_new; in span_to_install()
917 mdsp = kmem_zalloc(sizeof (struct memdelspan), KM_SLEEP); in span_to_install()
929 free_delspans(struct memdelspan *mdsp) in free_delspans()
931 struct memdelspan *amdsp; in free_delspans()
935 kmem_free(amdsp, sizeof (struct memdelspan)); in free_delspans()
[all …]