Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_page.h348 extern struct mtx_padalign pa_lock[];
357 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
H A Dvm_page.c121 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT]; variable
584 mtx_init(&pa_lock[i], "vm page", NULL, MTX_DEF); in vm_page_startup()