Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c8928 struct hme_blk *list = NULL, *last_hmeblkp; in sfmmu_hblkcache_reclaim() local
8941 for (last_hmeblkp = cpuhp->chp_listp; in sfmmu_hblkcache_reclaim()
8942 last_hmeblkp->hblk_next != NULL; in sfmmu_hblkcache_reclaim()
8943 last_hmeblkp = last_hmeblkp->hblk_next) in sfmmu_hblkcache_reclaim()
8945 last_hmeblkp->hblk_next = list; in sfmmu_hblkcache_reclaim()
15594 struct hme_blk *hmeblkp = NULL, *last_hmeblkp; in sfmmu_check_pending_hblks() local
15609 last_hmeblkp = NULL; in sfmmu_check_pending_hblks()
15613 if (last_hmeblkp == NULL) { in sfmmu_check_pending_hblks()
15617 last_hmeblkp->hblk_next = in sfmmu_check_pending_hblks()
15625 last_hmeblkp = hmeblkp; in sfmmu_check_pending_hblks()