Searched defs:pgs (Results 1 - 25 of 26) sorted by relevance

12

/src/sys/rump/librump/rumpvfs/
H A Dvm_vfs.c40 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error) argument
74 struct vm_page **pgs; local in function:uvm_aio_aiodone
[all...]
/src/sys/ufs/lfs/
H A Dulfs_inode.c181 struct vm_page **pgs; local in function:ulfs_balloc_range
[all...]
H A Dlfs_pages.c245 struct vm_page *pgs[MAXBSIZE / MIN_PAGE_SIZE], *pg; local in function:check_dirty
H A Dlfs_vfsops.c2068 lfs_gop_write(struct vnode *vp, struct vm_page **pgs, int npages, argument
[all...]
/src/sys/ufs/ufs/
H A Dufs_inode.c212 struct vm_page **pgs; local in function:ufs_balloc_range
[all...]
/src/sys/external/bsd/drm2/include/drm/
H A Dbus_dma_hacks.h139 bus_dmamap_load_pages(bus_dma_tag_t tag,bus_dmamap_t map,struct page ** pgs,bus_size_t size,int flags) argument
202 bus_dmamem_export_pages(bus_dma_tag_t dmat,const bus_dma_segment_t * segs,int nsegs,struct page ** pgs,unsigned npgs) argument
231 bus_dmamem_import_pages(bus_dma_tag_t dmat,bus_dma_segment_t * segs,int nsegs,int * rsegs,struct page * const * pgs,unsigned npgs) argument
/src/sys/external/bsd/drm2/linux/
H A Dlinux_sgt.c57 __sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pgs, argument
78 sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pgs, argument
/src/sys/nfs/
H A Dnfs_node.c275 nfs_gop_write(struct vnode *vp, struct vm_page **pgs, int npages, int flags) argument
H A Dnfs_bio.c946 struct vm_page **pgs, *spgs[UBC_MAX_PAGES]; local in function:nfs_doio_write
1250 struct vm_page *pg, **pgs, **opgs, *spgs[UBC_MAX_PAGES]; local in function:nfs_getpages
[all...]
/src/sys/uvm/
H A Duvm_object.c135 struct vm_page *pgs[FETCH_PAGECOUNT], *pg = NULL; local in function:uvm_obj_wirepages
[all...]
H A Duvm_pager.c327 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error) argument
507 struct vm_page *pgs[howmany(MAXPHYS, MIN_PAGE_SIZE)]; local in function:uvm_aio_aiodone
[all...]
H A Duvm_vnode.c225 uvn_findpages(struct uvm_object * uobj,voff_t offset,unsigned int * npagesp,struct vm_page ** pgs,struct uvm_page_array * a,unsigned int flags) argument
H A Duvm_bio.c314 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)]; local in function:ubc_fault
482 ubc_alloc(struct uvm_object * uobj,voff_t offset,vsize_t * lenp,int advice,int flags,struct vm_page ** pgs,int * npagesp) argument
643 ubc_release(void * va,int flags,struct vm_page ** pgs,int npages) argument
744 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)]; local in function:ubc_uiomove
809 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)]; local in function:ubc_zerorange
845 ubc_alloc_direct(struct uvm_object * uobj,voff_t offset,vsize_t * lenp,int advice,int flags,struct vm_page ** pgs,int * npages) argument
931 ubc_direct_release(struct uvm_object * uobj,int flags,struct vm_page ** pgs,int npages) argument
986 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)]; local in function:ubc_uiomove_direct
1053 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)]; local in function:ubc_zerorange_direct
[all...]
H A Duvm_physseg.c96 struct vm_page *pgs; /* vm_page structures (from start) */ member in struct:uvm_physseg
748 struct vm_page *pgs; local in function:uvm_physseg_plug
1129 uvm_physseg_init_seg(uvm_physseg_t upm,struct vm_page * pgs) argument
1169 uvm_physseg_seg_chomp_slab(uvm_physseg_t upm,struct vm_page * pgs,size_t n) argument
1194 struct vm_page *pgs = NULL; local in function:uvm_physseg_seg_alloc_from_slab
[all...]
H A Duvm_page.c1581 uvm_page_unbusy(struct vm_page **pgs, int npgs) argument
2071 uvm_direct_process(struct vm_page **pgs, u_int npages, voff_t off, vsize_t len, argument
/src/sys/kern/
H A Dsubr_physmap.c187 physmap_create_pagelist(struct vm_page **pgs, size_t npgs) argument
H A Duipc_socket.c251 sodoloanfree(struct vm_page **pgs, void *buf, size_t size) argument
/src/sys/dev/isa/
H A Dif_ntwoc_isa.c392 int i, pgs, rv; local in function:ntwoc_isa_attach
/src/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1204 struct vm_page **pgs = ap->a_m; local in function:tmpfs_getpages
/src/tests/sys/uvm/
H A Dt_uvm_physseg.c479 struct vm_page *pgs, *slab = malloc(sizeof(struct vm_page) * (npages1 local in function:ATF_TC_BODY
780 struct vm_page *slab, *pgs; local in function:ATF_TC_BODY
835 struct vm_page *slab, *pgs; local in function:ATF_TC_BODY
873 struct vm_page *slab, *pgs; local in function:ATF_TC_BODY
1500 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
1649 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
1706 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
1750 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
1930 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
2035 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
2209 struct vm_page *pgs = malloc(sizeof(struct vm_page) * npages); local in function:ATF_TC_BODY
[all...]
/src/sys/miscfs/genfs/
H A Dgenfs_io.c69 genfs_rel_pages(struct vm_page **pgs, unsigned int npages) argument
310 struct vm_page **pgs, *pgs_onstack[UBC_MAX_PAGES]; local in function:genfs_getpages
576 genfs_getpages_read(struct vnode * vp,struct vm_page ** pgs,int npages,off_t startoffset,off_t diskeof,bool async,bool memwrite,bool blockalloc,bool glocked) argument
875 struct vm_page *pgs[MAXPHYS / MIN_PAGE_SIZE]; local in function:genfs_do_putpages
1374 genfs_gop_write(struct vnode * vp,struct vm_page ** pgs,int npages,int flags) argument
1405 genfs_gop_write_rwmap(struct vnode * vp,struct vm_page ** pgs,int npages,int flags) argument
1612 struct vm_page *pg, **pgs; local in function:genfs_compat_getpages
1688 genfs_compat_gop_write(struct vnode * vp,struct vm_page ** pgs,int npages,int flags) argument
[all...]
/src/sys/arch/x86/x86/
H A Dbus_dma.c536 const struct vm_page * const *pgs; local in function:_bus_dmamap_load_mbuf
/src/sys/arch/riscv/riscv/
H A Dbus_dma.c629 const struct vm_page * const *pgs; local in function:_bus_dmamap_load_mbuf
/src/sys/arch/arm/arm32/
H A Dbus_dma.c635 const struct vm_page * const *pgs; local in function:_bus_dmamap_load_mbuf
/src/sys/fs/puffs/
H A Dpuffs_vnops.c2993 struct vm_page **pgs; local in function:puffs_vnop_getpages

Completed in 32 milliseconds

12