Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c177 static cpu_hme_pend_t *cpu_hme_pend; variable
1404 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()
H A Dhat_sfmmu.h506 typedef struct cpu_hme_pend { struct