Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_slaballoc.c1710 int count, vmflags, base_vmflags; in kmem_slab_alloc() local
1769 vmflags = base_vmflags; in kmem_slab_alloc()
1772 vmflags |= VM_ALLOC_SYSTEM; in kmem_slab_alloc()
1774 vmflags |= VM_ALLOC_NORMAL; in kmem_slab_alloc()
1779 m = vm_page_alloc(kernel_object, OFF_TO_IDX(addr + i), vmflags); in kmem_slab_alloc()
HDvfs_bio.c4266 int vmflags = VM_ALLOC_NORMAL | VM_ALLOC_NULL_OK; in bio_page_alloc() local
4284 vmflags |= VM_ALLOC_CPU((mycpu->gd_cpuid + (u_short)ticks) % ncpus); in bio_page_alloc()
4289 p = vm_page_alloc(obj, pg, vmflags); in bio_page_alloc()
4305 vmflags |= VM_ALLOC_SYSTEM | VM_ALLOC_INTERRUPT; in bio_page_alloc()
4307 vmflags |= 0; in bio_page_alloc()
4309 vmflags |= VM_ALLOC_SYSTEM; in bio_page_alloc()
4312 p = vm_page_alloc(obj, pg, vmflags); in bio_page_alloc()
4325 p = vm_page_alloc(obj, pg, vmflags); in bio_page_alloc()