Searched refs:vm_page_busy_acquire (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | sg_pager.c | 132 if (vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL) == 0) in sg_pager_dealloc()
|
| H A D | device_pager.c | 274 if (vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL) == 0) in dev_pager_dealloc()
|
| H A D | vm_page.h | 589 bool vm_page_busy_acquire(vm_page_t m, int allocflags);
|
| H A D | vm_fault.c | 2026 if (vm_page_busy_acquire(dst_m, VM_ALLOC_WAITFAIL) == 0) in vm_fault_copy_entry()
|
| H A D | vm_object.c | 1053 if (vm_page_busy_acquire(p, VM_ALLOC_WAITFAIL) == 0) { in vm_object_page_clean()
|
| H A D | swap_pager.c | 1840 if (!vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL)) in swap_pager_swapoff_object()
|
| H A D | vm_page.c | 873 vm_page_busy_acquire(vm_page_t m, int allocflags) in vm_page_busy_acquire() function
|
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_bo.c | 67 vm_page_busy_acquire(m, 0); in tegra_bo_destruct()
|
| /f-stack/freebsd/amd64/sgx/ |
| H A D | sgx.c | 396 if (vm_page_busy_acquire(p, VM_ALLOC_WAITFAIL) == 0) in sgx_enclave_remove()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 2990 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()
|