Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_uio.c202 vm_page_unhold_pages(&uio->uio_dio.pages[0], in zfs_uio_free_dio_pages()
219 vm_page_unhold_pages(pages, count); in zfs_uio_get_user_pages()
298 vm_page_unhold_pages(&uio->uio_dio.pages[0], in zfs_uio_get_dio_pages_alloc()
/freebsd/sys/kern/
H A Dkern_physio.c183 vm_page_unhold_pages(pages, npages); in physio()
H A Dvfs_aio.c2424 vm_page_unhold_pages(pbuf->b_pages, pbuf->b_npages); in aio_biocleanup()
2433 vm_page_unhold_pages(bp->bio_ma, bp->bio_ma_n); in aio_biocleanup()
H A Dsys_pipe.c999 vm_page_unhold_pages(wpipe->pipe_pages.ms, wpipe->pipe_pages.npages); in pipe_destroy_write_buffer()
H A Dvfs_vnops.c1429 vm_page_unhold_pages(ma, cnt); in vn_io_fault1()
H A Dvfs_bio.c5130 vm_page_unhold_pages(bp->b_pages, npages); in vunmapbuf()
/freebsd/sys/i386/i386/
H A Dcopyout.c128 vm_page_unhold_pages(m, plen); in cp_slow0()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c467 vm_page_unhold_pages(pages, actual_pages); in create_pagelist()
/freebsd/sys/vm/
H A Dvm_page.h698 void vm_page_unhold_pages(vm_page_t *ma, int count);
H A Dvm_page.c1268 vm_page_unhold_pages(vm_page_t *ma, int count) in vm_page_unhold_pages() function
/freebsd/sys/netinet/
H A Dtcp_usrreq.c2558 vm_page_unhold_pages(ma, nheld); in tcp_default_ctloutput()