Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_page.h509 #define VM_ALLOC_COUNT_MASK (VM_ALLOC_COUNT(VM_ALLOC_COUNT_MAX)) macro
H A Dvm_page.c2111 #define VPA_FLAGS (VM_ALLOC_COMMON | VM_ALLOC_COUNT_MASK | \ in vm_page_alloc_domain_iter()
2354 #define VPAC_FLAGS (VM_ALLOC_COMMON | VM_ALLOC_COUNT_MASK | \ in vm_page_alloc_contig_domain()
2457 #define VPAN_FLAGS (VM_ALLOC_COMMON | VM_ALLOC_COUNT_MASK | \ in vm_page_alloc_noobj_domain()
2660 #define VPANC_FLAGS (VM_ALLOC_COMMON | VM_ALLOC_COUNT_MASK | \ in vm_page_alloc_noobj_contig_domain()