Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/vm/
Dvm_page.h257 extern struct mtx_padalign pa_lock[];
266 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
Dvm_page.c129 struct mtx_padalign pa_lock[PA_LOCK_COUNT]; variable
331 mtx_init(&pa_lock[i], "vm page", NULL, MTX_DEF); in vm_page_startup()