Searched refs:tmphme (Results 1 – 2 of 2) sorted by relevance
1637 struct sf_hment *tmphme = NULL; in sfmmu_kpm_vac_conflict() local1682 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_kpm_vac_conflict()1683 tmphme = sfhmep->hme_next; in sfmmu_kpm_vac_conflict()1707 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_kpm_vac_conflict()1708 tmphme = sfhmep->hme_next; in sfmmu_kpm_vac_conflict()
7127 struct sf_hment *sfhme, *tmphme; in hat_pageunload() local7141 tmphme = NULL; in hat_pageunload()7164 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()7165 tmphme = sfhme->hme_next; in hat_pageunload()7245 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()7246 tmphme = sfhme->hme_next; in hat_pageunload()7499 struct sf_hment *sfhme, *tmphme = NULL; in hat_pagesync() local7537 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pagesync()7543 tmphme = sfhme->hme_next; in hat_pagesync()7765 struct sf_hment *tmphme = NULL; in hat_page_clrwrt() local[all …]