Searched refs:VM_ALLOC_SYSTEM (Results 1 – 8 of 8) sorted by relevance
535 #define VM_ALLOC_SYSTEM 2 macro569 VM_ALLOC_SYSTEM; in malloc2vm_flags()
611 oom_alloc = (p->p_flag & P_WKILLED) != 0 ? VM_ALLOC_SYSTEM : in faultin()
1961 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate()1999 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate()3075 req_class = VM_ALLOC_SYSTEM; in vm_page_reclaim_contig_domain_ext()3084 vmd->vmd_interrupt_free_min && req_class == VM_ALLOC_SYSTEM) || in vm_page_reclaim_contig_domain_ext()
1282 P_KILLED(curproc) ? VM_ALLOC_SYSTEM : 0); in vm_fault_allocate()
1968 flags = VM_ALLOC_SYSTEM | VM_ALLOC_WIRED | malloc2vm_flags(wait); in pcpu_page_alloc()
84 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in iommu_pgalloc()
3156 VM_ALLOC_SYSTEM | VM_ALLOC_IGN_SBUSY | in vfs_vmio_extend()5021 p = vm_page_alloc_noobj(VM_ALLOC_SYSTEM | VM_ALLOC_WIRED | in vm_hold_load_pages()
1060 m = vm_page_grab_unlocked(sc->object, i, VM_ALLOC_SYSTEM); in mdstart_swap()