Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9108 cpu_hme_pend_t *cpuhp; in sfmmu_hblkcache_reclaim() local
9112 cpuhp = &cpu_hme_pend[i]; in sfmmu_hblkcache_reclaim()
9113 if (cpuhp->chp_listp != NULL) { in sfmmu_hblkcache_reclaim()
9114 mutex_enter(&cpuhp->chp_mutex); in sfmmu_hblkcache_reclaim()
9115 if (cpuhp->chp_listp == NULL) { in sfmmu_hblkcache_reclaim()
9116 mutex_exit(&cpuhp->chp_mutex); in sfmmu_hblkcache_reclaim()
9119 for (last_hmeblkp = cpuhp->chp_listp; in sfmmu_hblkcache_reclaim()
9124 list = cpuhp->chp_listp; in sfmmu_hblkcache_reclaim()
9125 cpuhp->chp_listp = NULL; in sfmmu_hblkcache_reclaim()
9126 cpuhp->chp_count = 0; in sfmmu_hblkcache_reclaim()
[all …]