Searched refs:PA_LOCK_COUNT (Results 1 – 5 of 5) sorted by relevance
114 #ifndef PA_LOCK_COUNT116 #define PA_LOCK_COUNT 32 macro118 #define PA_LOCK_COUNT 1 macro
228 struct vm_pagequeue vmd_pagequeues[PQ_COUNT + PA_LOCK_COUNT];240 (PQ_COUNT + (pa_index(VM_PAGE_TO_PHYS((m))) % PA_LOCK_COUNT))274 #define PA_LOCKPTR(pa) ((struct mtx *)(&pa_lock[pa_index(pa) % PA_LOCK_COUNT]))
131 struct mtx_padalign pa_lock[PA_LOCK_COUNT];496 for (i = 0; i < PQ_COUNT + PA_LOCK_COUNT; i++) { in vm_page_domain_init()586 for (i = 0; i < PA_LOCK_COUNT; i++) in vm_page_startup()
145 #define PA_LOCK_COUNT 256 macro
120 #define PV_LOCK_COUNT PA_LOCK_COUNT*3