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

/freebsd-11.0-release/sys/arm/include/
H A Dvmparam.h110 #ifndef VM_NRESERVLEVEL
111 #define VM_NRESERVLEVEL 1 macro
/freebsd-11.0-release/sys/i386/include/
H A Dvmparam.h117 #ifndef VM_NRESERVLEVEL
118 #define VM_NRESERVLEVEL 1 macro
/freebsd-11.0-release/sys/mips/include/
H A Dvmparam.h107 #ifndef VM_NRESERVLEVEL
108 #define VM_NRESERVLEVEL 0 macro
/freebsd-11.0-release/sys/arm64/include/
H A Dvmparam.h110 #ifndef VM_NRESERVLEVEL
111 #define VM_NRESERVLEVEL 1 macro
/freebsd-11.0-release/sys/amd64/include/
H A Dvmparam.h133 #ifndef VM_NRESERVLEVEL
134 #define VM_NRESERVLEVEL 1 macro
/freebsd-11.0-release/sys/powerpc/include/
H A Dvmparam.h162 #ifndef VM_NRESERVLEVEL
163 #define VM_NRESERVLEVEL 0 macro
/freebsd-11.0-release/sys/riscv/include/
H A Dvmparam.h110 #ifndef VM_NRESERVLEVEL
111 #define VM_NRESERVLEVEL 1 macro
/freebsd-11.0-release/sys/sparc64/include/
H A Dvmparam.h110 #ifndef VM_NRESERVLEVEL
111 #define VM_NRESERVLEVEL 1 macro
/freebsd-11.0-release/sys/vm/
H A Dvm_reserv.h43 #if VM_NRESERVLEVEL > 0
69 #endif /* VM_NRESERVLEVEL > 0 */
H A Dvm_init.c156 #if VM_NRESERVLEVEL > 0
H A Dvm_page.c573 #if VM_NRESERVLEVEL > 0
635 #if VM_NRESERVLEVEL > 0
1669 #if VM_NRESERVLEVEL > 0
1679 #if VM_NRESERVLEVEL > 0
1688 #if VM_NRESERVLEVEL > 0
1903 #if VM_NRESERVLEVEL > 0
1930 #if VM_NRESERVLEVEL > 0
2167 #if VM_NRESERVLEVEL > 0
2220 #if VM_NRESERVLEVEL > 0
2265 #if VM_NRESERVLEVEL >
[all...]
H A Dvm_object.c176 #if VM_NRESERVLEVEL > 0
264 #if VM_NRESERVLEVEL > 0
284 #if VM_NRESERVLEVEL > 0
292 #if VM_NRESERVLEVEL > 0
791 #if VM_NRESERVLEVEL > 0
1269 #if VM_NRESERVLEVEL > 0
1383 #if VM_NRESERVLEVEL > 0
1635 #if VM_NRESERVLEVEL > 0
1733 #if VM_NRESERVLEVEL > 0
H A Dvm_fault.c542 #if VM_NRESERVLEVEL > 0
864 #if VM_NRESERVLEVEL > 0
1333 #if VM_NRESERVLEVEL > 0
H A Dvm_reserv.c70 #if VM_NRESERVLEVEL > 0
284 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) {
1158 #endif /* VM_NRESERVLEVEL > 0 */
H A Dvm_mmap.c1313 #if VM_NRESERVLEVEL > 0
H A Dvnode_pager.c263 #if VM_NRESERVLEVEL > 0
/freebsd-11.0-release/sys/kern/
H A Dkern_exec.c982 #if VM_NRESERVLEVEL > 0

Completed in 118 milliseconds