Home
last modified time | relevance | path

Searched refs:VM_ALLOC_NORMAL (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_tt.c289 VM_ALLOC_NORMAL | VM_ALLOC_SBUSY | VM_ALLOC_IGN_SBUSY); in ttm_tt_swapin()
342 to_page = vm_page_grab(obj, i, VM_ALLOC_NORMAL); in ttm_tt_swapout()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c171 VM_ALLOC_NORMAL | VM_ALLOC_NOWAIT | VM_ALLOC_BUSY_FLAGS); in dmu_read_pages()
291 VM_ALLOC_NORMAL | VM_ALLOC_NOWAIT | VM_ALLOC_BUSY_FLAGS); in dmu_read_pages()
H A Dzfs_vnops_os.c430 VM_ALLOC_NOCREAT | VM_ALLOC_SBUSY | VM_ALLOC_NORMAL | in page_busy()
540 VM_ALLOC_SBUSY | VM_ALLOC_NORMAL | VM_ALLOC_IGN_SBUSY); in mappedread_sf()
4226 VM_ALLOC_NORMAL | VM_ALLOC_WAITOK, in zfs_getpages()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_shmemfs.c54 rv = vm_page_grab_valid(&page, obj, pindex, VM_ALLOC_NORMAL | in linux_shmem_read_mapping_page_gfp()
/freebsd/sys/vm/
H A Dphys_pager.c255 VM_ALLOC_NORMAL | VM_ALLOC_COUNT(ahead), &pages); in default_phys_pager_populate()
H A Dvm_object.c2134 VM_ALLOC_NORMAL, &pages); in vm_object_populate()
2317 VM_ALLOC_NORMAL, &pages); in vm_object_prepare_buf_pages()
2339 VM_ALLOC_NORMAL, &pages); in vm_object_prepare_buf_pages()
H A Dvm_glue.c235 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in vm_imgact_hold_page()
H A Dvm_page.h489 #define VM_ALLOC_NORMAL 0 macro
H A Dvm_page.c2751 !_vm_domain_allocate(vmd, VM_ALLOC_NORMAL, cnt)) in vm_page_zone_import()
5002 VM_ALLOC_NORMAL, pages); in vm_page_grab_valid_iter()
5089 allocflags = VM_ALLOC_NOCREAT | VM_ALLOC_NORMAL | VM_ALLOC_WAITFAIL; in vm_page_grab_zero_partial()
H A Dvm_phys.c1318 VM_ALLOC_NORMAL, 1 << oind); in vm_phys_lazy_init_domain()
H A Dvm_fault.c2411 VM_ALLOC_NORMAL, &pages); in vm_fault_copy_entry()
H A Dswap_pager.c1967 VM_ALLOC_NORMAL | VM_ALLOC_WAITFAIL, in swap_pager_swapoff_object()
/freebsd/sys/kern/
H A Dkern_kexec.c228 VM_ALLOC_NORMAL | VM_ALLOC_WAITOK | VM_ALLOC_WIRED | VM_ALLOC_NOBUSY | VM_ALLOC_ZERO, in kern_kexec_load()
H A Duipc_shm.c236 VM_ALLOC_NORMAL | VM_ALLOC_SBUSY | VM_ALLOC_IGN_SBUSY, &pages); in uiomove_object_page()
298 m = vm_page_grab(object, *first, VM_ALLOC_NORMAL | VM_ALLOC_NOCREAT); in shm_largepage_phys_populate()
821 aflags = VM_ALLOC_NORMAL | VM_ALLOC_ZERO; in shm_dotruncate_largepage()
H A Dkern_sendfile.c388 VM_ALLOC_NORMAL | VM_ALLOC_WIRED | flags, pa, npages); in sendfile_swapin()
H A Dkern_exec.c1095 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in exec_map_first_page()
H A Duipc_ktls.c3245 if (vm_page_reclaim_contig_domain_ext(domain, VM_ALLOC_NORMAL, in ktls_reclaim_thread()
H A Dvfs_bio.c5458 VM_ALLOC_NORMAL); in vfs_bio_getpages()
/freebsd/sys/dev/hwt/
H A Dhwt_vm.c122 pflags = VM_ALLOC_NORMAL | VM_ALLOC_WIRED | VM_ALLOC_ZERO; in hwt_vm_alloc_pages()
/freebsd/sys/x86/iommu/
H A Damd_drv.c263 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY, in amdiommu_create_dev_tbl()
269 error = vm_page_reclaim_contig(VM_ALLOC_NORMAL, in amdiommu_create_dev_tbl()