Home
last modified time | relevance | path

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

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