Searched refs:VM_ALLOC_WAITOK (Results 1 – 9 of 9) sorted by relevance
54 pflags &= ~(VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL); in uma_small_alloc()
215 *req = (di->di_flags & ~(VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL)) | in vm_domainset_iter_page_init()242 if ((di->di_flags & (VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL)) == 0) in vm_domainset_iter_page()
184 wait = (pflags & VM_ALLOC_WAITOK) != 0; in kmem_alloc_contig_pages()185 pflags &= ~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL); in kmem_alloc_contig_pages()467 pflags &= ~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL); in kmem_back_domain()
540 #define VM_ALLOC_WAITOK 0x0008 /* (acf) Sleep and retry */ macro572 pflags |= VM_ALLOC_WAITOK; in malloc2vm_flags()
2085 KASSERT(object == NULL || (req & VM_ALLOC_WAITOK) == 0, in vm_page_alloc_domain_after()2273 KASSERT(object == NULL || (req & VM_ALLOC_WAITOK) == 0, in vm_page_alloc_contig_domain()3299 if (req & (VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL)) { in vm_domain_alloc_fail()3305 if (req & VM_ALLOC_WAITOK) in vm_domain_alloc_fail()4423 ~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL | in vm_page_grab_pflags()
1822 ((wait & M_WAITOK) != 0 ? VM_ALLOC_WAITOK : in noobj_alloc()
2089 VM_ALLOC_WIRED | VM_ALLOC_ZERO | VM_ALLOC_WAITOK); in __CONCAT()5915 VM_ALLOC_NORMAL | VM_ALLOC_WIRED | VM_ALLOC_WAITOK); in pmap_trm_import()5935 VM_ALLOC_NORMAL | VM_ALLOC_WIRED | VM_ALLOC_WAITOK | VM_ALLOC_ZERO); in pmap_init_trm()
4903 VM_ALLOC_WAITOK); in vm_hold_load_pages()
4197 VM_ALLOC_WIRED | VM_ALLOC_ZERO | VM_ALLOC_WAITOK); in pmap_pinit_type()4229 VM_ALLOC_NOOBJ | VM_ALLOC_WIRED | VM_ALLOC_WAITOK); in pmap_pinit_type()