Searched refs:VM_FREEPOOL_DEFAULT (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/arm/include/ |
| H A D | vmparam.h | 103 #define VM_FREEPOOL_DEFAULT 0 macro
|
| /freebsd/sys/i386/include/ |
| H A D | vmparam.h | 90 #define VM_FREEPOOL_DEFAULT 0 macro
|
| /freebsd/sys/riscv/include/ |
| H A D | vmparam.h | 78 #define VM_FREEPOOL_DEFAULT 0 macro
|
| /freebsd/sys/powerpc/include/ |
| H A D | vmparam.h | 180 #define VM_FREEPOOL_DEFAULT 0 macro
|
| /freebsd/sys/amd64/include/ |
| H A D | vmparam.h | 105 #define VM_FREEPOOL_DEFAULT 1 macro
|
| /freebsd/sys/arm64/include/ |
| H A D | vmparam.h | 84 #define VM_FREEPOOL_DEFAULT 1 macro
|
| /freebsd/sys/vm/ |
| H A D | vm_phys.c | 669 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 D | vm_page.c | 775 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 D | vm_reserv.c | 483 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 D | efirt_machdep.c | 267 VM_FREEPOOL_DEFAULT); in efi_create_1t1_map()
|