Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Duma_machdep.c55 pflags |= VM_ALLOC_NOWAIT; in uma_small_alloc()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c197 VM_ALLOC_NORMAL | VM_ALLOC_NOWAIT | VM_ALLOC_BUSY_FLAGS); in dmu_read_pages()
313 VM_ALLOC_NORMAL | VM_ALLOC_NOWAIT | VM_ALLOC_BUSY_FLAGS); in dmu_read_pages()
/f-stack/freebsd/vm/
H A Dvm_kern.c185 pflags &= ~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL); in kmem_alloc_contig_pages()
186 pflags |= VM_ALLOC_NOWAIT; in kmem_alloc_contig_pages()
467 pflags &= ~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL); in kmem_back_domain()
H A Dvm_domainset.c216 VM_ALLOC_NOWAIT; in vm_domainset_iter_page_init()
H A Dvm_page.h550 #define VM_ALLOC_NOWAIT 0x8000 /* (acfgp) Do not sleep */ macro
570 pflags |= VM_ALLOC_NOWAIT; in malloc2vm_flags()
H A Dvm_page.c889 if ((allocflags & VM_ALLOC_NOWAIT) != 0) in vm_page_busy_acquire()
4379 if ((allocflags & VM_ALLOC_NOWAIT) != 0) in vm_page_grab_sleep()
4423 ~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL | in vm_page_grab_pflags()
4425 if ((allocflags & VM_ALLOC_NOWAIT) == 0) in vm_page_grab_pflags()
4466 if ((allocflags & (VM_ALLOC_NOWAIT | VM_ALLOC_WAITFAIL)) != 0) in vm_page_grab()
4593 (VM_ALLOC_NOWAIT | VM_ALLOC_WAITFAIL | VM_ALLOC_ZERO)) == 0, in vm_page_grab_valid()
4700 (VM_ALLOC_NOWAIT | VM_ALLOC_WAITFAIL | VM_ALLOC_ZERO)) == 0, in vm_page_grab_valid_unlocked()
4794 if ((allocflags & (VM_ALLOC_NOWAIT | in vm_page_grab_pages()
H A Duma_core.c1823 VM_ALLOC_NOWAIT)); in noobj_alloc()
/f-stack/freebsd/x86/iommu/
H A Dintel_utils.c268 VM_ALLOC_NOWAIT); in dmar_pgalloc()
/f-stack/freebsd/kern/
H A Dkern_sendfile.c424 flags = (flags & SF_NODISKIO) ? VM_ALLOC_NOWAIT : 0; in sendfile_swapin()
H A Dvfs_vnops.c905 VM_ALLOC_NOWAIT); in vn_read_from_obj()