Searched refs:VM_NRESERVLEVEL (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/arm/include/
H A Dvmparam.h98 #ifndef VM_NRESERVLEVEL
99 #define VM_NRESERVLEVEL 0 macro
/freebsd-9.3-release/sys/sparc64/include/
H A Dvmparam.h118 #ifndef VM_NRESERVLEVEL
119 #define VM_NRESERVLEVEL 1 macro
/freebsd-9.3-release/sys/vm/
H A Dvm_reserv.h43 #if VM_NRESERVLEVEL > 0
59 #endif /* VM_NRESERVLEVEL > 0 */
H A Dvm_object.c170 #if VM_NRESERVLEVEL > 0
228 #if VM_NRESERVLEVEL > 0
252 #if VM_NRESERVLEVEL > 0
260 #if VM_NRESERVLEVEL > 0
756 #if VM_NRESERVLEVEL > 0
1252 #if VM_NRESERVLEVEL > 0
1581 #if VM_NRESERVLEVEL > 0
1691 #if VM_NRESERVLEVEL > 0
H A Dvm_page.c391 #if VM_NRESERVLEVEL > 0
444 #if VM_NRESERVLEVEL > 0
1447 #if VM_NRESERVLEVEL > 0
1457 #if VM_NRESERVLEVEL > 0
1467 #if VM_NRESERVLEVEL > 0
1650 #if VM_NRESERVLEVEL > 0
1678 #if VM_NRESERVLEVEL > 0
2127 #if VM_NRESERVLEVEL > 0
2445 #if VM_NRESERVLEVEL > 0
H A Dvm_reserv.c65 #if VM_NRESERVLEVEL > 0
190 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) {
732 #endif /* VM_NRESERVLEVEL > 0 */
H A Dvm_fault.c449 #if VM_NRESERVLEVEL > 0
1291 #if VM_NRESERVLEVEL > 0
/freebsd-9.3-release/sys/amd64/include/
H A Dvmparam.h133 #ifndef VM_NRESERVLEVEL
134 #define VM_NRESERVLEVEL 1 macro
/freebsd-9.3-release/sys/i386/include/
H A Dvmparam.h119 #ifndef VM_NRESERVLEVEL
120 #define VM_NRESERVLEVEL 1 macro
/freebsd-9.3-release/sys/ia64/include/
H A Dvmparam.h115 #ifndef VM_NRESERVLEVEL
116 #define VM_NRESERVLEVEL 0 macro
/freebsd-9.3-release/sys/mips/include/
H A Dvmparam.h111 #ifndef VM_NRESERVLEVEL
112 #define VM_NRESERVLEVEL 0 macro
/freebsd-9.3-release/sys/powerpc/include/
H A Dvmparam.h180 #ifndef VM_NRESERVLEVEL
181 #define VM_NRESERVLEVEL 0 macro
/freebsd-9.3-release/sys/kern/
H A Dkern_exec.c973 #if VM_NRESERVLEVEL > 0

Completed in 150 milliseconds