Home
last modified time | relevance | path

Searched refs:VM_ALLOC_NORMAL (Results 1 – 18 of 18) 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.c163 VM_ALLOC_NORMAL | VM_ALLOC_NOWAIT | VM_ALLOC_BUSY_FLAGS); in dmu_read_pages()
283 VM_ALLOC_NORMAL | VM_ALLOC_NOWAIT | VM_ALLOC_BUSY_FLAGS); in dmu_read_pages()
H A Dzfs_vnops_os.c335 VM_ALLOC_NOCREAT | VM_ALLOC_SBUSY | VM_ALLOC_NORMAL | in page_busy()
445 VM_ALLOC_SBUSY | VM_ALLOC_NORMAL | VM_ALLOC_IGN_SBUSY); in mappedread_sf()
3974 VM_ALLOC_NORMAL | VM_ALLOC_WAITOK | VM_ALLOC_ZERO, 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 Dvm_glue.c234 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in vm_imgact_hold_page()
447 int req = VM_ALLOC_NORMAL; in vm_thread_stack_create()
H A Dphys_pager.c251 VM_ALLOC_NORMAL | VM_ALLOC_COUNT(ahead)); in default_phys_pager_populate()
H A Dvm_object.c2132 rv = vm_page_grab_valid(&m, object, pindex, VM_ALLOC_NORMAL); in vm_object_populate()
2286 VM_ALLOC_NORMAL, mpred); in vm_object_prepare_buf_pages()
2309 VM_ALLOC_NORMAL, mpred); in vm_object_prepare_buf_pages()
H A Dvm_page.h533 #define VM_ALLOC_NORMAL 0 macro
H A Dvm_page.c2827 !_vm_domain_allocate(vmd, VM_ALLOC_NORMAL, cnt)) in vm_page_zone_import()
5040 m->pindex + i, VM_ALLOC_NORMAL, ma[i - 1]); in vm_page_grab_valid()
5102 allocflags = VM_ALLOC_NOCREAT | VM_ALLOC_NORMAL | VM_ALLOC_WAITFAIL; in vm_page_grab_zero_partial()
H A Dvm_phys.c1309 VM_ALLOC_NORMAL, 1 << oind); in vm_phys_lazy_init_domain()
H A Dvm_fault.c2205 VM_ALLOC_NORMAL, mpred); in vm_fault_copy_entry()
H A Dswap_pager.c1941 VM_ALLOC_NORMAL | VM_ALLOC_WAITFAIL, m); in swap_pager_swapoff_object()
/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()
/freebsd/sys/kern/
H A Duipc_shm.c233 VM_ALLOC_NORMAL | VM_ALLOC_SBUSY | VM_ALLOC_IGN_SBUSY); in uiomove_object_page()
295 m = vm_page_grab(object, *first, VM_ALLOC_NORMAL | VM_ALLOC_NOCREAT); in shm_largepage_phys_populate()
815 aflags = VM_ALLOC_NORMAL | VM_ALLOC_ZERO; in shm_dotruncate_largepage()
H A Dkern_sendfile.c431 VM_ALLOC_NORMAL | VM_ALLOC_WIRED | flags, pa, npages); in sendfile_swapin()
H A Dkern_exec.c1077 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in exec_map_first_page()
H A Duipc_ktls.c3263 if (vm_page_reclaim_contig_domain_ext(domain, VM_ALLOC_NORMAL, in ktls_reclaim_thread()
H A Dvfs_bio.c5450 VM_ALLOC_NORMAL); in vfs_bio_getpages()