Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dvmparam.h103 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd/sys/i386/include/
H A Dvmparam.h90 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd/sys/riscv/include/
H A Dvmparam.h78 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h180 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd/sys/amd64/include/
H A Dvmparam.h105 #define VM_FREEPOOL_DEFAULT 1 macro
/freebsd/sys/arm64/include/
H A Dvmparam.h84 #define VM_FREEPOOL_DEFAULT 1 macro
/freebsd/sys/vm/
H A Dvm_phys.c669 vm_default_freepool = VM_FREEPOOL_DEFAULT; in vm_phys_init()
1326 vm_phys_free_pages(m, VM_FREEPOOL_DEFAULT, in vm_phys_lazy_init_domain()
1342 atomic_store_int(&vm_default_freepool, VM_FREEPOOL_DEFAULT); in vm_phys_lazy_init()
1767 fl = (*queues)[VM_FREEPOOL_DEFAULT]; in vm_phys_alloc_contig()
1769 VM_FREEPOOL_DEFAULT, 0); in vm_phys_alloc_contig()
H A Dvm_page.c775 pool = VM_FREEPOOL_DEFAULT; in vm_page_startup()
791 VM_FREEPOOL_DEFAULT); in vm_page_startup()
818 VM_FREEPOOL_DEFAULT); in vm_page_startup()
852 if (pool == VM_FREEPOOL_DEFAULT) { in vm_page_startup()
2144 if (vmd->vmd_pgcache[VM_FREEPOOL_DEFAULT].zone != NULL) { in vm_page_alloc_domain_iter()
2145 m = uma_zalloc(vmd->vmd_pgcache[VM_FREEPOOL_DEFAULT].zone, in vm_page_alloc_domain_iter()
2157 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, 0); in vm_page_alloc_domain_iter()
2195 m->pool = VM_FREEPOOL_DEFAULT; in vm_page_alloc_domain_iter()
2416 m->pool = VM_FREEPOOL_DEFAULT; in vm_page_alloc_contig_domain()
2565 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, in vm_page_alloc_nofree_domain()
H A Dvm_reserv.c483 vm_phys_free_pages(rv->pages, VM_FREEPOOL_DEFAULT, in vm_reserv_depopulate()
897 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, in vm_reserv_alloc_page()
956 vm_phys_enqueue_contig(&rv->pages[pos0], VM_FREEPOOL_DEFAULT, in vm_reserv_break()
/freebsd/sys/amd64/amd64/
H A Defirt_machdep.c267 VM_FREEPOOL_DEFAULT); in efi_create_1t1_map()