Lines Matching refs:tmphme

7016 	struct sf_hment *sfhme, *tmphme;  in hat_pageunload()  local
7028 tmphme = NULL; in hat_pageunload()
7050 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7051 tmphme = sfhme->hme_next; in hat_pageunload()
7121 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7122 tmphme = sfhme->hme_next; in hat_pageunload()
7364 struct sf_hment *sfhme, *tmphme = NULL; in hat_pagesync() local
7402 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pagesync()
7408 tmphme = sfhme->hme_next; in hat_pagesync()
7622 struct sf_hment *tmphme = NULL; in hat_page_clrwrt() local
7635 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_page_clrwrt()
7636 tmphme = sfhme->hme_next; in hat_page_clrwrt()
8085 struct sf_hment *sfhme, *tmphme = NULL; in hat_page_checkshare() local
8107 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_page_checkshare()
8108 tmphme = sfhme->hme_next; in hat_page_checkshare()
8185 struct sf_hment *tmphme = NULL; in hat_page_demote() local
8221 for (sfhme = rootpp->p_mapping; sfhme; sfhme = tmphme) { in hat_page_demote()
8222 tmphme = sfhme->hme_next; in hat_page_demote()
9077 struct sf_hment *sfhmep, *tmphme = NULL; in sfmmu_vac_conflict() local
9146 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_vac_conflict()
9147 tmphme = sfhmep->hme_next; in sfmmu_vac_conflict()
9172 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_vac_conflict()
9173 tmphme = sfhmep->hme_next; in sfmmu_vac_conflict()