Searched refs:PA_LOCK_COUNT (Results 1 – 4 of 4) sorted by relevance
119 #ifndef PA_LOCK_COUNT121 #define PA_LOCK_COUNT 32 macro123 #define PA_LOCK_COUNT 1 macro
357 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
121 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT];583 for (i = 0; i < PA_LOCK_COUNT; i++) in vm_page_startup()
150 #define PA_LOCK_COUNT 256 macro