Home
last modified time | relevance | path

Searched refs:VM_ALLOC_NORECLAIM (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/vm/
H A Dvm_page.h498 #define VM_ALLOC_NORECLAIM 0x0080 /* (c) Do not reclaim after failure */ macro
536 pflags |= VM_ALLOC_NORECLAIM; in malloc2vm_flags()
H A Dvm_page.c2334 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()
H A Dvm_kern.c236 reclaim = (pflags & VM_ALLOC_NORECLAIM) == 0; in kmem_alloc_contig_pages()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c118 req |= VM_ALLOC_NORECLAIM; in linux_alloc_pages()