Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h108 #define VM_FREEPOOL_DEFAULT 0 macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h160 #define VM_FREEPOOL_DEFAULT 0 macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h93 #define VM_FREEPOOL_DEFAULT 0 macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h81 #define VM_FREEPOOL_DEFAULT 0 macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h102 #define VM_FREEPOOL_DEFAULT 0 macro
/f-stack/freebsd/vm/
H A Dvm_phys.c1480 if (m->pool != VM_FREEPOOL_DEFAULT) in vm_phys_alloc_seg_contig()
1481 vm_phys_set_pool(VM_FREEPOOL_DEFAULT, m, oind); in vm_phys_alloc_seg_contig()
1486 fl = (*seg->free_queues)[VM_FREEPOOL_DEFAULT]; in vm_phys_alloc_seg_contig()
H A Dvm_reserv.c921 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, in vm_reserv_alloc_page()
H A Dvm_page.c513 m->pool = VM_FREEPOOL_DEFAULT; in vm_page_init_page()
2095 pool = object != NULL ? VM_FREEPOOL_DEFAULT : VM_FREEPOOL_DIRECT; in vm_page_alloc_domain_after()