Home
last modified time | relevance | path

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

/NextBSD/sys/vm/
HDvm_param.h114 #ifndef PA_LOCK_COUNT
116 #define PA_LOCK_COUNT 32 macro
118 #define PA_LOCK_COUNT 1 macro
HDvm_page.h228 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]))
HDvm_page.c131 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()
/NextBSD/sys/amd64/include/
HDvmparam.h145 #define PA_LOCK_COUNT 256 macro
/NextBSD/sys/powerpc/aim/
HDmmu_oea64.c120 #define PV_LOCK_COUNT PA_LOCK_COUNT*3