Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_kpm.c272 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) in hat_kpm_delmem_mseg_update() argument
293 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, in hat_kpm_split_mseg_update() argument
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c456 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) in hat_kpm_delmem_mseg_update() argument
465 if (mspp == &memsegs) { in hat_kpm_delmem_mseg_update()
470 ((uint64_t)mspp - offsetof(struct memseg, next)); in hat_kpm_delmem_mseg_update()
490 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, in hat_kpm_split_mseg_update() argument
558 if (mspp == &memsegs) { in hat_kpm_split_mseg_update()
562 ((uint64_t)mspp - offsetof(struct memseg, next)); in hat_kpm_split_mseg_update()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1204 metaslab_t **mspp; in vdev_metaslab_init() local
1220 mspp = kmem_zalloc(newc * sizeof (*mspp), KM_SLEEP); in vdev_metaslab_init()
1223 bcopy(vd->vdev_ms, mspp, oldc * sizeof (*mspp)); in vdev_metaslab_init()
1224 kmem_free(vd->vdev_ms, oldc * sizeof (*mspp)); in vdev_metaslab_init()
1227 vd->vdev_ms = mspp; in vdev_metaslab_init()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c4894 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) in hat_kpm_delmem_mseg_update() argument
4896 _NOTE(ARGUNUSED(msp, mspp)); in hat_kpm_delmem_mseg_update()
4901 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, in hat_kpm_split_mseg_update() argument
4904 _NOTE(ARGUNUSED(msp, mspp, lo, mid, hi)); in hat_kpm_split_mseg_update()