Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c10765 kmutex_t *mml_targ, *mml_repl; in sfmmu_mlist_reloc_enter() local
10773 mml_targ = MLIST_HASH(PP_PAGEROOT(targ)); in sfmmu_mlist_reloc_enter()
10776 if (mml_targ == mml_repl) { in sfmmu_mlist_reloc_enter()
10777 *low = mml_targ; in sfmmu_mlist_reloc_enter()
10780 if (mml_targ < mml_repl) { in sfmmu_mlist_reloc_enter()
10781 *low = mml_targ; in sfmmu_mlist_reloc_enter()
10785 *high = mml_targ; in sfmmu_mlist_reloc_enter()