Searched refs:tr_amp (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_vn.h198 struct anon_map *tr_amp[NLGRPS_MAX]; /* per lgrp anon maps */ member in struct:svntr
H A Dseg_vn.c9675 ASSERT(svntrp->tr_amp[i] == NULL);
9749 if ((amp = svntrp->tr_amp[lgrp_id]) == NULL) {
9767 svntrp->tr_amp[lgrp_id] = amp;
9793 ASSERT(svntrp->tr_amp[lgrp_id] == NULL);
9851 if (svntrp->tr_amp[lgrp_id] != svd->amp) {
9878 struct anon_map *amp = svntrp->tr_amp[i];
9891 svntrp->tr_amp[i] = NULL;
10032 ASSERT(svntrp->tr_amp[svd->tr_policy_info.mem_lgrpid] == svd->amp);
10070 if (svntrp->tr_amp[lgrp_id] == NULL) {
10097 svntrp->tr_amp[lgrp_i
[all...]

Completed in 108 milliseconds