Searched refs:pa_lock (Results 1 – 2 of 2) sorted by relevance
344 extern struct mtx_padalign pa_lock[];353 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
117 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT]; variable589 mtx_init(&pa_lock[i], "vm page", NULL, MTX_DEF); in vm_page_startup()