Home
last modified time | relevance | path

Searched refs:VM_NOFREE_IMPORT_ORDER (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_page.c2674 #define VM_NOFREE_IMPORT_ORDER (VM_LEVEL_1_ORDER + VM_LEVEL_0_ORDER) macro
2676 #define VM_NOFREE_IMPORT_ORDER VM_LEVEL_0_ORDER macro
2678 #define VM_NOFREE_IMPORT_ORDER 8 macro
2702 if (nqp->offs >= (1 << VM_NOFREE_IMPORT_ORDER) || nqp->ma == NULL) { in vm_page_alloc_nofree_domain()
2704 1 << VM_NOFREE_IMPORT_ORDER)) { in vm_page_alloc_nofree_domain()
2709 VM_NOFREE_IMPORT_ORDER); in vm_page_alloc_nofree_domain()
2711 vm_domain_freecnt_inc(vmd, 1 << VM_NOFREE_IMPORT_ORDER); in vm_page_alloc_nofree_domain()