Searched refs:VM_ALLOC_NORECLAIM (Results 1 – 4 of 4) sorted by relevance
498 #define VM_ALLOC_NORECLAIM 0x0080 /* (c) Do not reclaim after failure */ macro536 pflags |= VM_ALLOC_NORECLAIM; in malloc2vm_flags()
2334 if ((req & VM_ALLOC_NORECLAIM) == 0) { in vm_page_find_contig_domain()2355 VM_ALLOC_NOBUSY | VM_ALLOC_NORECLAIM | \ in vm_page_alloc_contig_domain()2661 VM_ALLOC_NORECLAIM | VM_ALLOC_WAITOK) in vm_page_alloc_noobj_contig_domain()2664 KASSERT((req & (VM_ALLOC_WAITOK | VM_ALLOC_NORECLAIM)) != in vm_page_alloc_noobj_contig_domain()2665 (VM_ALLOC_WAITOK | VM_ALLOC_NORECLAIM), in vm_page_alloc_noobj_contig_domain()
236 reclaim = (pflags & VM_ALLOC_NORECLAIM) == 0; in kmem_alloc_contig_pages()
118 req |= VM_ALLOC_NORECLAIM; in linux_alloc_pages()