Home
last modified time | relevance | path

Searched refs:vm_page_busy_acquire (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/vm/
H A Dsg_pager.c132 if (vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL) == 0) in sg_pager_dealloc()
H A Ddevice_pager.c274 if (vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL) == 0) in dev_pager_dealloc()
H A Dvm_page.h589 bool vm_page_busy_acquire(vm_page_t m, int allocflags);
H A Dvm_fault.c2026 if (vm_page_busy_acquire(dst_m, VM_ALLOC_WAITFAIL) == 0) in vm_fault_copy_entry()
H A Dvm_object.c1053 if (vm_page_busy_acquire(p, VM_ALLOC_WAITFAIL) == 0) { in vm_object_page_clean()
H A Dswap_pager.c1840 if (!vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL)) in swap_pager_swapoff_object()
H A Dvm_page.c873 vm_page_busy_acquire(vm_page_t m, int allocflags) in vm_page_busy_acquire() function
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_bo.c67 vm_page_busy_acquire(m, 0); in tegra_bo_destruct()
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c396 if (vm_page_busy_acquire(p, VM_ALLOC_WAITFAIL) == 0) in sgx_enclave_remove()
/f-stack/freebsd/kern/
H A Dvfs_bio.c2990 vm_page_busy_acquire(m, VM_ALLOC_SBUSY); in vfs_vmio_invalidate()
4627 vm_page_busy_acquire(bp->b_pages[i], VM_ALLOC_SBUSY); in vfs_busy_pages_acquire()