Home
last modified time | relevance | path

Searched refs:VM_NRESERVLEVEL (Results 1 – 25 of 30) 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/amd64/include/
H A Dvmparam.h141 #ifndef VM_NRESERVLEVEL
142 #define VM_NRESERVLEVEL 1 macro
/freebsd/sys/arm64/include/
H A Dvmparam.h119 #ifndef VM_NRESERVLEVEL
120 #define VM_NRESERVLEVEL 2 macro
/freebsd/sys/vm/
H A Dvm_reserv.h43 #if VM_NRESERVLEVEL > 0
H A Dvm_domainset.c73 #if VM_NRESERVLEVEL > 0 in vm_domainset_iter_init()
80 #if VM_NRESERVLEVEL > 1 in vm_domainset_iter_init()
H A Dvm_reserv.c78 #if VM_NRESERVLEVEL > 0
84 #if VM_NRESERVLEVEL == 2
85 #undef VM_NRESERVLEVEL
86 #define VM_NRESERVLEVEL 1 macro
336 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) { in sysctl_vm_reserv_partpopq()
H A Dvm_page.c729 #if VM_NRESERVLEVEL > 0 in vm_page_startup()
863 #if VM_NRESERVLEVEL > 0 in vm_page_startup()
2248 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_domain_after()
2276 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_domain_after()
2438 #if VM_NRESERVLEVEL > 0 in vm_page_find_contig_domain()
2482 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_contig_domain()
2602 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_noobj_domain()
2638 #if VM_NRESERVLEVEL > 1
2640 #elif VM_NRESERVLEVEL > 0
2888 #if VM_NRESERVLEVEL > 0 in vm_page_scan_contig()
[all …]
H A Dvm_object.c188 #if VM_NRESERVLEVEL > 0 in vm_object_zdtor()
268 #if VM_NRESERVLEVEL > 0 in _vm_object_allocate()
289 #if VM_NRESERVLEVEL > 0 in vm_object_init()
966 #if VM_NRESERVLEVEL > 0 in vm_object_terminate()
1495 #if VM_NRESERVLEVEL > 0 in vm_object_shadow()
1622 #if VM_NRESERVLEVEL > 0 in vm_object_split()
1807 #if VM_NRESERVLEVEL > 0 in vm_object_collapse_scan()
H A Dvm_kern.c123 #if VM_NRESERVLEVEL > 1
126 #elif VM_NRESERVLEVEL > 0
896 #if VM_NRESERVLEVEL > 0 in kmem_init()
H A Dvm_glue.c107 #if VM_NRESERVLEVEL > 1
110 #elif VM_NRESERVLEVEL > 0
H A Dvm_fault.c338 #if VM_NRESERVLEVEL > 0 in vm_fault_soft_fast()
381 #if VM_NRESERVLEVEL > 0 in vm_fault_soft_fast()
1047 #if VM_NRESERVLEVEL > 0 in vm_fault_cow()
1287 #if VM_NRESERVLEVEL > 0 in vm_fault_allocate()
2124 #if VM_NRESERVLEVEL > 0 in vm_fault_copy_entry()
H A Dvm_map.c1988 #if VM_NRESERVLEVEL <= 1
1991 #elif VM_NRESERVLEVEL == 2
1995 #error "Unsupported VM_NRESERVLEVEL"
2206 #if VM_NRESERVLEVEL > 0 in vm_map_find_locked()
2209 pagesizes[VM_NRESERVLEVEL] != 0) { in vm_map_find_locked()
2217 pidx = VM_NRESERVLEVEL; in vm_map_find_locked()
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/kern/
H A Dkern_mib.c251 #if VM_NRESERVLEVEL > 0
252 _Static_assert(MAXPAGESIZES > VM_NRESERVLEVEL, "MAXPAGESIZES is too small");
H A Dimgact_elf.c1365 #if VM_NRESERVLEVEL > 0 in __CONCAT()
1366 pagesizes[VM_NRESERVLEVEL] != 0 ? in __CONCAT()
1368 pagesizes[VM_NRESERVLEVEL] : in __CONCAT()
H A Duipc_shm.c1581 #if VM_NRESERVLEVEL > 0 in shm_mmap_large()
1582 shmfd->shm_lp_psind > VM_NRESERVLEVEL in shm_mmap_large()
/freebsd/sys/i386/i386/
H A Dpmap.c292 #if VM_NRESERVLEVEL > 0
318 #if VM_NRESERVLEVEL > 0
2615 #if VM_NRESERVLEVEL > 0
3452 #if VM_NRESERVLEVEL > 0
3882 #if VM_NRESERVLEVEL > 0 in __CONCAT()
4239 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
/freebsd/sys/riscv/riscv/
H A Dpmap.c2312 #if VM_NRESERVLEVEL > 0
3028 #if VM_NRESERVLEVEL > 0
3372 #if VM_NRESERVLEVEL > 0 in pmap_enter()
3779 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
/freebsd/sys/amd64/amd64/
H A Dpmap.c1277 #if VM_NRESERVLEVEL > 0
1311 #if VM_NRESERVLEVEL > 0
5863 #if VM_NRESERVLEVEL > 0
6899 #if VM_NRESERVLEVEL > 0
7437 #if VM_NRESERVLEVEL > 0 in pmap_enter()
7849 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
10371 #if VM_NRESERVLEVEL > 0 in pmap_emulate_accessed_dirty()
10428 #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/arm/arm/
H A Dpmap-v6.c3156 #if VM_NRESERVLEVEL > 0
3399 #if VM_NRESERVLEVEL > 0
4060 #if VM_NRESERVLEVEL > 0 in pmap_enter()

12