Searched refs:PV_LOCK_COUNT (Results 1 – 1 of 1) sorted by relevance
124 #define PV_LOCK_COUNT PA_LOCK_COUNT macro125 static struct mtx_padalign pv_lock[PV_LOCK_COUNT];133 #define PV_LOCK_IDX(pa) ((pa_index(pa) * (((pa) >> 45) + 1)) % PV_LOCK_COUNT)135 #define PV_LOCK_IDX(pa) (pa_index(pa) % PV_LOCK_COUNT)1065 for (i = 0; i < PV_LOCK_COUNT; i++) in moea64_mid_bootstrap()