Searched refs:PV_LOCK_COUNT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c120 #define PV_LOCK_COUNT PA_LOCK_COUNT*3 macro
121 static struct mtx_padalign pv_lock[PV_LOCK_COUNT];
123 #define PV_LOCKPTR(pa) ((struct mtx *)(&pv_lock[pa_index(pa) % PV_LOCK_COUNT]))
801 for (i = 0; i < PV_LOCK_COUNT; i++)

Completed in 5608 milliseconds