Searched defs: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) argument
293 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, argument
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c456 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) argument
465 if (mspp == &memsegs) {
470 ((uint64_t)mspp - offsetof(struct memseg, next));
490 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, argument
558 if (mspp == &memsegs) {
562 ((uint64_t)mspp - offsetof(struct memseg, next));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c856 metaslab_t **mspp; local
880 mspp = kmem_zalloc(newc * sizeof (*mspp), KM_SLEEP);
883 bcopy(vd->vdev_ms, mspp, oldc * sizeof (*mspp));
884 kmem_free(vd->vdev_ms, oldc * sizeof (*mspp));
887 vd->vdev_ms = mspp;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c4413 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) argument
4415 _NOTE(ARGUNUSED(msp, mspp));
4420 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, argument
4423 _NOTE(ARGUNUSED(msp, mspp, lo, mid, hi));

Completed in 73 milliseconds