Home
last modified time | relevance | path

Searched refs:mh_cancel (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c753 volatile uint_t mh_cancel; member
1479 mhp->mh_cancel = 0; in kphysm_del_release()
1511 if (mhp->mh_cancel == 0) { in kphysm_del_cancel()
1512 mhp->mh_cancel = KPHYSM_ECANCELLED; in kphysm_del_cancel()
1616 while (!mhp->mh_cancel) { in delthr_get_freemem()
1771 mhp->mh_cancel = KPHYSM_EREFUSED; in delete_memory_thread()
1801 while ((mhp->mh_hold_todo != 0) && (mhp->mh_cancel == 0)) { in delete_memory_thread()
1807 (mhp->mh_cancel == 0); mdsp = mdsp->mds_next) { in delete_memory_thread()
1812 (mhp->mh_cancel == 0); pfn++) { in delete_memory_thread()
1870 mhp->mh_cancel = KPHYSM_ENONRELOC; in delete_memory_thread()
[all …]