Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_physio.c188 vm_page_unhold_pages(pages, npages); in physio()
H A Dvfs_aio.c2440 vm_page_unhold_pages(pbuf->b_pages, pbuf->b_npages); in aio_biocleanup()
2449 vm_page_unhold_pages(bp->bio_ma, bp->bio_ma_n); in aio_biocleanup()
H A Dsys_pipe.c926 vm_page_unhold_pages(wpipe->pipe_pages.ms, wpipe->pipe_pages.npages); in pipe_destroy_write_buffer()
H A Dvfs_vnops.c1345 vm_page_unhold_pages(ma, cnt); in vn_io_fault1()
H A Dvfs_bio.c4986 vm_page_unhold_pages(bp->b_pages, npages); in vunmapbuf()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c469 vm_page_unhold_pages(pages, actual_pages); in create_pagelist()
/f-stack/freebsd/i386/i386/
H A Dcopyout.c132 vm_page_unhold_pages(m, plen); in cp_slow0()
/f-stack/freebsd/vm/
H A Dvm_page.h677 void vm_page_unhold_pages(vm_page_t *ma, int count);
H A Dvm_page.c1213 vm_page_unhold_pages(vm_page_t *ma, int count) in vm_page_unhold_pages() function
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2551 vm_page_unhold_pages(ma, nheld); in tcp_default_ctloutput()