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

/freebsd-10.0-release/sys/vm/
H A Dvm_param.h114 #ifndef PA_LOCK_COUNT
116 #define PA_LOCK_COUNT 32 macro
118 #define PA_LOCK_COUNT 1 macro
120 #endif /* !PA_LOCK_COUNT */
H A Dvm_page.h263 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
H A Dvm_page.c129 struct mtx_padalign pa_lock[PA_LOCK_COUNT];
336 for (i = 0; i < PA_LOCK_COUNT; i++)
/freebsd-10.0-release/sys/amd64/include/
H A Dvmparam.h138 #define PA_LOCK_COUNT 256 macro

Completed in 142 milliseconds