Home
last modified time | relevance | path

Searched defs:rtvals (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/sys/vm/
H A Dvnode_pager.c634 int flags, int *rtvals) in vnode_pager_putpages()
680 int flags, int *rtvals) in vnode_pager_generic_putpages()
H A Ddefault_pager.c120 int flags, int *rtvals) in default_pager_putpages()
H A Dphys_pager.c111 int flags, int *rtvals) in phys_pager_putpages()
H A Dvm_pager.h148 int *rtvals in vm_pager_put_pages()
H A Ddevice_pager.c254 int count, int flags, int *rtvals) in dev_pager_putpages()
H A Dvm_swapcache.c578 int rtvals[SWAP_META_PAGES]; in vm_swapcached_flush() local
H A Dvm_pager.c124 int *rtvals) in dead_pager_putpages()
H A Dswap_pager.c1589 int flags, int *rtvals) in swap_pager_putpages()
/dflybsd-src/sys/vfs/smbfs/
H A Dsmbfs_io.c556 int *rtvals; in smbfs_putpages() local
/dflybsd-src/sys/kern/
H A Dvfs_journal.c1398 struct vm_page **pglist, int *rtvals, int pgcount, in jrecord_write_pagelist()
H A Dvfs_vopops.c1117 int flags, int *rtvals, vm_ooffset_t offset) in vop_putpages()
/dflybsd-src/sys/sys/
H A Dvfsops.h1104 #define VOP_PUTPAGES(vp, m, count, flags, rtvals, off) \ argument