Home
last modified time | relevance | path

Searched refs:PA_LOCK_COUNT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_param.h119 #ifndef PA_LOCK_COUNT
121 #define PA_LOCK_COUNT 32 macro
123 #define PA_LOCK_COUNT 1 macro
H A Dvm_page.h357 #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];
583 for (i = 0; i < PA_LOCK_COUNT; i++) in vm_page_startup()
/f-stack/freebsd/amd64/include/
H A Dvmparam.h150 #define PA_LOCK_COUNT 256 macro