Home
last modified time | relevance | path

Searched refs:vm_page_unwire (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/net/
H A Dbpf_zerocopy.c118 vm_page_unwire(pp, PQ_INACTIVE); in zbuf_page_free()
/f-stack/freebsd/vm/
H A Dvm_glue.c258 vm_page_unwire(m, PQ_ACTIVE); in vm_imgact_unmap_page()
H A Dvm_fault.c955 vm_page_unwire(fs->m, PQ_INACTIVE); in vm_fault_cow()
1866 vm_page_unwire(*mp, PQ_INACTIVE); in vm_fault_quick_hold_pages()
2064 vm_page_unwire(src_m, PQ_INACTIVE); in vm_fault_copy_entry()
H A Dvm_swapout.c547 vm_page_unwire(m, PQ_LAUNDRY); in vm_thread_swapout()
H A Dvm_page.h679 void vm_page_unwire(vm_page_t m, uint8_t queue);
H A Dvm_page.c1217 vm_page_unwire(*ma, PQ_ACTIVE); in vm_page_unhold_pages()
4015 vm_page_unwire(vm_page_t m, uint8_t nqueue) in vm_page_unwire() function
H A Dvm_object.c2414 vm_page_unwire(tm, queue); in vm_object_unwire()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c380 vm_page_unwire(pp, PQ_INACTIVE); in pagelist_page_free()
/f-stack/freebsd/kern/
H A Dkern_sendfile.c542 vm_page_unwire(pa[j], PQ_INACTIVE); in sendfile_swapin()
1076 vm_page_unwire(pa[j], PQ_INACTIVE); in vn_sendfile()
H A Dsys_process.c288 vm_page_unwire(m, PQ_ACTIVE); in proc_rwmem()
H A Dkern_exec.c1026 vm_page_unwire(m, PQ_ACTIVE); in exec_unmap_first_page()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1033 vm_page_unwire(m, PQ_ACTIVE); in vm_gpa_release()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c453 vm_page_unwire(pp, PQ_ACTIVE); in page_unhold()