Searched refs:VM_NDOMAIN (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/arm/include/
H A Dvmparam.h91 #ifndef VM_NDOMAIN
92 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/sparc64/include/
H A Dvmparam.h111 #ifndef VM_NDOMAIN
112 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/amd64/include/
H A Dvmparam.h126 #ifndef VM_NDOMAIN
127 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/i386/include/
H A Dvmparam.h112 #ifndef VM_NDOMAIN
113 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/ia64/include/
H A Dvmparam.h108 #ifndef VM_NDOMAIN
109 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/mips/include/
H A Dvmparam.h103 #ifndef VM_NDOMAIN
104 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/powerpc/include/
H A Dvmparam.h173 #ifndef VM_NDOMAIN
174 #define VM_NDOMAIN 1 macro
/freebsd-9.3-release/sys/vm/
H A Dvm_phys.c65 * VM_FREELIST_DEFAULT is split into VM_NDOMAIN lists, one for each
69 #define VM_RAW_NFREELIST (VM_NFREELIST + VM_NDOMAIN - 1)
102 (*vm_phys_lookup_lists[VM_NDOMAIN][VM_RAW_NFREELIST])[VM_NFREEPOOL][VM_NFREEORDER];
118 #if VM_NDOMAIN > 1
202 #if VM_NDOMAIN > 1
257 #if VM_NDOMAIN > 1
304 #if VM_NDOMAIN > 1
349 #if VM_NDOMAIN > 1
446 #if VM_NDOMAIN > 1
466 #if VM_NDOMAIN >
[all...]
/freebsd-9.3-release/sys/x86/acpica/
H A Dsrat.c50 #if VM_NDOMAIN > 1
268 if (ndomain > VM_NDOMAIN) {
365 #endif /* VM_NDOMAIN > 1 */

Completed in 129 milliseconds