Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9106 struct hme_blk *list = NULL, *last_hmeblkp; in sfmmu_hblkcache_reclaim() local
9119 for (last_hmeblkp = cpuhp->chp_listp; in sfmmu_hblkcache_reclaim()
9120 last_hmeblkp->hblk_next != NULL; in sfmmu_hblkcache_reclaim()
9121 last_hmeblkp = last_hmeblkp->hblk_next) in sfmmu_hblkcache_reclaim()
9123 last_hmeblkp->hblk_next = list; in sfmmu_hblkcache_reclaim()
15800 struct hme_blk *hmeblkp = NULL, *last_hmeblkp; in sfmmu_check_pending_hblks() local
15815 last_hmeblkp = NULL; in sfmmu_check_pending_hblks()
15819 if (last_hmeblkp == NULL) { in sfmmu_check_pending_hblks()
15823 last_hmeblkp->hblk_next = in sfmmu_check_pending_hblks()
15831 last_hmeblkp = hmeblkp; in sfmmu_check_pending_hblks()