Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_param.h115 #ifndef PA_LOCK_COUNT
117 #define PA_LOCK_COUNT 32 macro
119 #define PA_LOCK_COUNT 1 macro
H A Dvm_page.h353 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
H A Dvm_page.c117 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT];
583 for (i = 0; i < PA_LOCK_COUNT; i++) in vm_page_startup()
/freebsd/sys/powerpc/include/
H A Dvmparam.h219 #define PA_LOCK_COUNT 256 macro
/freebsd/sys/amd64/include/
H A Dvmparam.h151 #define PA_LOCK_COUNT 256 macro
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c124 #define PV_LOCK_COUNT PA_LOCK_COUNT