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()1705 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_kpm_vac_conflict()1706 tmphme = sfhmep->hme_next; in sfmmu_kpm_vac_conflict()
7016 struct sf_hment *sfhme, *tmphme; in hat_pageunload() local7028 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() local7402 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[all …]