Searched refs:remap (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1679 int rval = -1, *map, *remap = NULL; local
1726 * we will allocate a remap that will indicate the
1728 * should be pulled. (That is, where the remap will
1731 if (remap == NULL) {
1732 remap = dt_zalloc(dtp, naggvars * sizeof (int));
1734 if (remap == NULL)
1747 remap[i] = map[aggvar];
2032 * remap. If we have a remapping, we'll drop it in
2038 if (remap != NULL && remap[
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h412 uint_t mi_remap; /* remap to new server count */
651 kstat_named_t remap; /* server remap count */ member in struct:clstat
H A Dnfs4_clnt.h189 kstat_named_t remap; /* server remap count */ member in struct:clstat4
481 {TAG_REMAP_LOOKUP, "remap lookup", \
483 {TAG_REMAP_LOOKUP_AD, "remap lookup attr dir", \
485 {TAG_REMAP_LOOKUP_NA, "remap lookup named attrs", \
487 {TAG_REMAP_MOUNT, "remap mount", \
1038 uint_t mi_remap; /* remap to new server count */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2494 int remap; local
2542 remap = mi->mi_recovflags & MI4R_REMAP_FILES;
2553 if (remap) {
2616 * Check to see if we need to remap files passed in
2620 if (remap) {
H A Dnfs_subr.c180 { "remap", KSTAT_DATA_UINT64 },
990 * we'd like to do a remap to get in sync. We can be interrupted
1541 * we'd like to do a remap to get in sync. We can be interrupted
4544 * have done the remap for this particular rnode before
4600 * Update successful failover remap count
4606 nfscl->nfscl_stat.remap.value.ui64++;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c681 /* if set to 1, will remap valid TTEs when growing TSB. */
3042 int hmenum, size, remap; local
3129 remap = TTE_IS_VALID(&tteold);
3130 if (remap) {
3139 panic("sfmmu_tteload - tte remap io<->memory");
3143 panic("sfmmu_tteload - tte remap pp != NULL");
3146 panic("sfmmu_tteload - tte remap, hmeblkp 0x%p",
3158 if (!remap && (cache & CACHE_VAC) && !PP_ISNC(pp)) {
3176 } else if (sfmmu_pagearray_setup(vaddr, pps, ttep, remap)) {
3188 ASSERT(remap || (sfhm
3383 sfmmu_pagearray_setup(caddr_t addr, page_t **pps, tte_t *ttep, int remap) argument
[all...]

Completed in 111 milliseconds