Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmem_config.c749 pgcnt_t mh_hold_todo; member
1475 mhp->mh_hold_todo = 0; in kphysm_del_release()
1540 mdstp->collected = mhp->mh_vm_pages - mhp->mh_hold_todo; in kphysm_del_status()
1608 if (free_get > mhp->mh_hold_todo) in delthr_get_freemem()
1609 free_get = mhp->mh_hold_todo; in delthr_get_freemem()
1749 mhp->mh_hold_todo = mhp->mh_vm_pages; in delete_memory_thread()
1800 while ((mhp->mh_hold_todo != 0) && (mhp->mh_cancel == 0)) { in delete_memory_thread()
1886 mhp->mh_hold_todo--; in delete_memory_thread()
2252 if ((mhp->mh_cancel == 0) && (mhp->mh_hold_todo != 0) && in delete_memory_thread()
2323 mhp->mh_hold_todo++; in delete_memory_thread()
[all …]