Searched refs:cpu_hme_pend (Results 1 – 2 of 2) sorted by relevance
177 static cpu_hme_pend_t *cpu_hme_pend; variable1404 cpu_hme_pend = kmem_zalloc((NCPU * sizeof (cpu_hme_pend_t)) + 64, in hat_init()1406 cpu_hme_pend = (cpu_hme_pend_t *)P2ROUNDUP( in hat_init()1407 (uintptr_t)cpu_hme_pend, 64); in hat_init()1410 mutex_init(&cpu_hme_pend[i].chp_mutex, NULL, MUTEX_DEFAULT, in hat_init()8936 cpuhp = &cpu_hme_pend[i]; in sfmmu_hblkcache_reclaim()15394 cpuhp = &cpu_hme_pend[CPU->cpu_seqid]; in sfmmu_hblks_list_purge()15601 cpuhp = &cpu_hme_pend[i]; in sfmmu_check_pending_hblks()
506 typedef struct cpu_hme_pend { struct