Lines Matching refs:tmphme

7020 	struct sf_hment *sfhme, *tmphme;  in hat_pageunload()  local
7032 tmphme = NULL; in hat_pageunload()
7054 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7055 tmphme = sfhme->hme_next; in hat_pageunload()
7125 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7126 tmphme = sfhme->hme_next; in hat_pageunload()
7368 struct sf_hment *sfhme, *tmphme = NULL; in hat_pagesync() local
7406 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pagesync()
7412 tmphme = sfhme->hme_next; in hat_pagesync()
7626 struct sf_hment *tmphme = NULL; in hat_page_clrwrt() local
7639 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_page_clrwrt()
7640 tmphme = sfhme->hme_next; in hat_page_clrwrt()
8089 struct sf_hment *sfhme, *tmphme = NULL; in hat_page_checkshare() local
8111 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_page_checkshare()
8112 tmphme = sfhme->hme_next; in hat_page_checkshare()
8189 struct sf_hment *tmphme = NULL; in hat_page_demote() local
8224 for (sfhme = rootpp->p_mapping; sfhme; sfhme = tmphme) { in hat_page_demote()
8225 tmphme = sfhme->hme_next; in hat_page_demote()
9079 struct sf_hment *sfhmep, *tmphme = NULL; in sfmmu_vac_conflict() local
9148 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_vac_conflict()
9149 tmphme = sfhmep->hme_next; in sfmmu_vac_conflict()
9174 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_vac_conflict()
9175 tmphme = sfhmep->hme_next; in sfmmu_vac_conflict()