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

/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c121 static struct mtx_padalign pv_lock[PV_LOCK_COUNT]; variable in typeref:struct:mtx_padalign
123 #define PV_LOCKPTR(pa) ((struct mtx *)(&pv_lock[pa_index(pa) % PV_LOCK_COUNT]))
802 mtx_init(&pv_lock[i], "page pv", NULL, MTX_DEF);

Completed in 57 milliseconds