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

/freebsd-10.2-release/sys/sparc64/include/
H A Dvmparam.h111 #ifndef VM_NRESERVLEVEL
112 #define VM_NRESERVLEVEL 1 macro
/freebsd-10.2-release/sys/arm/include/
H A Dvmparam.h111 #ifndef VM_NRESERVLEVEL
112 #define VM_NRESERVLEVEL 1 macro
/freebsd-10.2-release/sys/i386/include/
H A Dvmparam.h118 #ifndef VM_NRESERVLEVEL
119 #define VM_NRESERVLEVEL 1 macro
/freebsd-10.2-release/sys/ia64/include/
H A Dvmparam.h108 #ifndef VM_NRESERVLEVEL
109 #define VM_NRESERVLEVEL 0 macro
/freebsd-10.2-release/sys/powerpc/include/
H A Dvmparam.h163 #ifndef VM_NRESERVLEVEL
164 #define VM_NRESERVLEVEL 0 macro
/freebsd-10.2-release/sys/mips/include/
H A Dvmparam.h107 #ifndef VM_NRESERVLEVEL
108 #define VM_NRESERVLEVEL 0 macro
/freebsd-10.2-release/sys/amd64/include/
H A Dvmparam.h134 #ifndef VM_NRESERVLEVEL
135 #define VM_NRESERVLEVEL 1 macro
/freebsd-10.2-release/sys/vm/
H A Dvm_reserv.h43 #if VM_NRESERVLEVEL > 0
66 #endif /* VM_NRESERVLEVEL > 0 */
H A Dvm_init.c156 #if VM_NRESERVLEVEL > 0
H A Dvm_object.c175 #if VM_NRESERVLEVEL > 0
264 #if VM_NRESERVLEVEL > 0
283 #if VM_NRESERVLEVEL > 0
291 #if VM_NRESERVLEVEL > 0
782 #if VM_NRESERVLEVEL > 0
1260 #if VM_NRESERVLEVEL > 0
1374 #if VM_NRESERVLEVEL > 0
1645 #if VM_NRESERVLEVEL > 0
1743 #if VM_NRESERVLEVEL > 0
H A Dvm_page.c433 #if VM_NRESERVLEVEL > 0
493 #if VM_NRESERVLEVEL > 0
1525 #if VM_NRESERVLEVEL > 0
1535 #if VM_NRESERVLEVEL > 0
1544 #if VM_NRESERVLEVEL > 0
1760 #if VM_NRESERVLEVEL > 0
1787 #if VM_NRESERVLEVEL > 0
2311 #if VM_NRESERVLEVEL > 0
2593 #if VM_NRESERVLEVEL > 0
H A Dvm_reserv.c70 #if VM_NRESERVLEVEL > 0
195 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) {
927 #endif /* VM_NRESERVLEVEL > 0 */
H A Dvm_fault.c528 #if VM_NRESERVLEVEL > 0
852 #if VM_NRESERVLEVEL > 0
1289 #if VM_NRESERVLEVEL > 0
/freebsd-10.2-release/sys/kern/
H A Dkern_exec.c951 #if VM_NRESERVLEVEL > 0

Completed in 95 milliseconds