Home
last modified time | relevance | path

Searched refs:VM_NRESERVLEVEL (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/powerpc/include/
H A Dvmparam.h197 #ifndef VM_NRESERVLEVEL
200 #define VM_NRESERVLEVEL 1 macro
203 #define VM_NRESERVLEVEL 0 macro
/freebsd/sys/arm/include/
H A Dvmparam.h123 #ifndef VM_NRESERVLEVEL
124 #define VM_NRESERVLEVEL 1 macro
/freebsd/sys/i386/include/
H A Dvmparam.h124 #ifndef VM_NRESERVLEVEL
125 #define VM_NRESERVLEVEL 1 macro
/freebsd/sys/riscv/include/
H A Dvmparam.h101 #ifndef VM_NRESERVLEVEL
102 #define VM_NRESERVLEVEL 1 macro
/freebsd/sys/arm64/include/
H A Dvmparam.h119 #ifndef VM_NRESERVLEVEL
120 #define VM_NRESERVLEVEL 1 macro
/freebsd/sys/amd64/include/
H A Dvmparam.h141 #ifndef VM_NRESERVLEVEL
142 #define VM_NRESERVLEVEL 1 macro
/freebsd/sys/vm/
H A D_vm_phys.h58 #if VM_NRESERVLEVEL > 0
H A Dvm_reserv.h43 #if VM_NRESERVLEVEL > 0
H A Dvm_object.c185 #if VM_NRESERVLEVEL > 0 in vm_object_zdtor()
265 #if VM_NRESERVLEVEL > 0 in _vm_object_allocate()
286 #if VM_NRESERVLEVEL > 0 in vm_object_init()
958 #if VM_NRESERVLEVEL > 0 in vm_object_terminate()
1491 #if VM_NRESERVLEVEL > 0 in vm_object_shadow()
1619 #if VM_NRESERVLEVEL > 0 in vm_object_split()
1885 #if VM_NRESERVLEVEL > 0 in vm_object_collapse_scan()
H A Dvm_page.c725 #if VM_NRESERVLEVEL > 0 in vm_page_startup()
863 #if VM_NRESERVLEVEL > 0 in vm_page_startup()
2101 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_domain_after()
2129 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_domain_after()
2288 #if VM_NRESERVLEVEL > 0 in vm_page_find_contig_domain()
2330 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_contig_domain()
2449 #if VM_NRESERVLEVEL > 0 in _vm_page_alloc_noobj_domain()
2715 #if VM_NRESERVLEVEL > 0 in vm_page_scan_contig()
2758 #if VM_NRESERVLEVEL > 0 in vm_page_scan_contig()
2783 #if VM_NRESERVLEVEL > 0 in vm_page_scan_contig()
[all …]
H A Dvm_fault.c338 #if VM_NRESERVLEVEL > 0 in vm_fault_soft_fast()
381 #if VM_NRESERVLEVEL > 0 in vm_fault_soft_fast()
1032 #if VM_NRESERVLEVEL > 0 in vm_fault_cow()
1272 #if VM_NRESERVLEVEL > 0 in vm_fault_allocate()
2109 #if VM_NRESERVLEVEL > 0 in vm_fault_copy_entry()
H A Dvm_domainset.c73 #if VM_NRESERVLEVEL > 0 in vm_domainset_iter_init()
H A Dvm_kern.c123 #if VM_NRESERVLEVEL > 0
887 #if VM_NRESERVLEVEL > 0 in kmem_init()
H A Dvm_reserv.c78 #if VM_NRESERVLEVEL > 0
313 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) { in sysctl_vm_reserv_partpopq()
H A Dvm_glue.c109 #if VM_NRESERVLEVEL > 0
H A Dvm_mmap.c1332 #if VM_NRESERVLEVEL > 0 in vm_mmap_vnode()
H A Dvnode_pager.c307 #if VM_NRESERVLEVEL > 0 in vnode_pager_alloc()
/freebsd/sys/i386/i386/
H A Dpmap.c292 #if VM_NRESERVLEVEL > 0
318 #if VM_NRESERVLEVEL > 0
2624 #if VM_NRESERVLEVEL > 0
3461 #if VM_NRESERVLEVEL > 0
3891 #if VM_NRESERVLEVEL > 0 in __CONCAT()
4248 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
/freebsd/sys/riscv/riscv/
H A Dpmap.c2124 #if VM_NRESERVLEVEL > 0
2781 #if VM_NRESERVLEVEL > 0
3124 #if VM_NRESERVLEVEL > 0 in pmap_enter()
3530 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
/freebsd/sys/amd64/amd64/
H A Dpmap.c1272 #if VM_NRESERVLEVEL > 0
1306 #if VM_NRESERVLEVEL > 0
5840 #if VM_NRESERVLEVEL > 0
6863 #if VM_NRESERVLEVEL > 0
7403 #if VM_NRESERVLEVEL > 0 in pmap_enter()
7819 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
10341 #if VM_NRESERVLEVEL > 0 in pmap_emulate_accessed_dirty()
10398 #if VM_NRESERVLEVEL > 0 in pmap_emulate_accessed_dirty()
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c582 #if VM_NRESERVLEVEL > 0
1668 #if VM_NRESERVLEVEL > 0
2714 #if VM_NRESERVLEVEL > 0
3114 #if VM_NRESERVLEVEL > 0 in mmu_radix_enter()
/freebsd/sys/kern/
H A Dkern_exec.c1059 #if VM_NRESERVLEVEL > 0 in exec_map_first_page()
H A Dlink_elf_obj.c992 #if VM_NRESERVLEVEL > 0 in link_elf_load_file()
/freebsd/sys/arm/arm/
H A Dpmap-v6.c3158 #if VM_NRESERVLEVEL > 0
3401 #if VM_NRESERVLEVEL > 0
4062 #if VM_NRESERVLEVEL > 0 in pmap_enter()
/freebsd/sys/conf/
H A Doptions631 VM_NRESERVLEVEL opt_vm.h

12