Searched defs:mh_cancel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c752 volatile uint_t mh_cancel; member in struct:mem_handle
1478 mhp->mh_cancel = 0;
1510 if (mhp->mh_cancel == 0) {
1511 mhp->mh_cancel = KPHYSM_ECANCELLED;
1615 while (!mhp->mh_cancel) {
1770 mhp->mh_cancel = KPHYSM_EREFUSED;
1800 while ((mhp->mh_hold_todo != 0) && (mhp->mh_cancel == 0)) {
1806 (mhp->mh_cancel == 0); mdsp = mdsp->mds_next) {
1811 (mhp->mh_cancel == 0); pfn++) {
1869 mhp->mh_cancel
[all...]

Completed in 65 milliseconds