Searched refs:cpu_hme_pend (Results 1 – 2 of 2) sorted by relevance
176 static cpu_hme_pend_t *cpu_hme_pend; variable1405 cpu_hme_pend = kmem_zalloc((NCPU * sizeof (cpu_hme_pend_t)) + 64, in hat_init()1407 cpu_hme_pend = (cpu_hme_pend_t *)P2ROUNDUP( in hat_init()1408 (uintptr_t)cpu_hme_pend, 64); in hat_init()1411 mutex_init(&cpu_hme_pend[i].chp_mutex, NULL, MUTEX_DEFAULT, in hat_init()9112 cpuhp = &cpu_hme_pend[i]; in sfmmu_hblkcache_reclaim()15599 cpuhp = &cpu_hme_pend[CPU->cpu_seqid]; in sfmmu_hblks_list_purge()15807 cpuhp = &cpu_hme_pend[i]; in sfmmu_check_pending_hblks()
506 typedef struct cpu_hme_pend { struct