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

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h232 uint_t rsmsi_mapcnt; /* count of mapped importers */ member in struct:rsm_import_share
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c4609 ASSERT(sharedp->rsmsi_mapcnt == 0);
4667 sharedp->rsmsi_mapcnt--;
4671 ASSERT(sharedp->rsmsi_mapcnt == 0);
6543 ASSERT(sharedp->rsmsi_mapcnt > 0);
6545 sharedp->rsmsi_mapcnt--;
6547 if (sharedp->rsmsi_mapcnt == 0) {
6655 ASSERT(sharedp->rsmsi_mapcnt == 0);
8800 sharedp->rsmsi_mapcnt++;
8821 sharedp->rsmsi_mapcnt--;
8822 if (sharedp->rsmsi_mapcnt
[all...]

Completed in 76 milliseconds