Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c10763 kmutex_t *mml_targ, *mml_repl; in sfmmu_mlist_reloc_enter() local
10771 mml_targ = MLIST_HASH(PP_PAGEROOT(targ)); in sfmmu_mlist_reloc_enter()
10774 if (mml_targ == mml_repl) { in sfmmu_mlist_reloc_enter()
10775 *low = mml_targ; in sfmmu_mlist_reloc_enter()
10778 if (mml_targ < mml_repl) { in sfmmu_mlist_reloc_enter()
10779 *low = mml_targ; in sfmmu_mlist_reloc_enter()
10783 *high = mml_targ; in sfmmu_mlist_reloc_enter()