Home
last modified time | relevance | path

Searched refs:mml_repl (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
10774 mml_repl = MLIST_HASH(PP_PAGEROOT(repl)); in sfmmu_mlist_reloc_enter()
10776 if (mml_targ == mml_repl) { in sfmmu_mlist_reloc_enter()
10780 if (mml_targ < mml_repl) { in sfmmu_mlist_reloc_enter()
10782 *high = mml_repl; in sfmmu_mlist_reloc_enter()
10784 *low = mml_repl; in sfmmu_mlist_reloc_enter()