Searched refs:VM_ALLOC_NOWAIT (Results 1 – 10 of 10) sorted by relevance
55 pflags |= VM_ALLOC_NOWAIT; in uma_small_alloc()
197 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()
185 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()
216 VM_ALLOC_NOWAIT; in vm_domainset_iter_page_init()
550 #define VM_ALLOC_NOWAIT 0x8000 /* (acfgp) Do not sleep */ macro570 pflags |= VM_ALLOC_NOWAIT; in malloc2vm_flags()
889 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()
1823 VM_ALLOC_NOWAIT)); in noobj_alloc()
268 VM_ALLOC_NOWAIT); in dmar_pgalloc()
424 flags = (flags & SF_NODISKIO) ? VM_ALLOC_NOWAIT : 0; in sendfile_swapin()
905 VM_ALLOC_NOWAIT); in vn_read_from_obj()