| /f-stack/freebsd/vm/ |
| H A D | phys_pager.c | 55 int count, int *rbehind, int *rahead); 177 int *rbehind, int *rahead) in default_phys_pager_getpages() argument 192 if (rbehind) in default_phys_pager_getpages() 193 *rbehind = 0; in default_phys_pager_getpages() 200 phys_pager_getpages(vm_object_t object, vm_page_t *m, int count, int *rbehind, in phys_pager_getpages() argument 204 count, rbehind, rahead)); in phys_pager_getpages()
|
| H A D | vnode_pager.c | 910 rbehind = a_rbehind ? *a_rbehind : 0; in vnode_pager_generic_getpages() 912 rbehind = min(rbehind, before); in vnode_pager_generic_getpages() 913 rbehind = min(rbehind, m[0]->pindex); in vnode_pager_generic_getpages() 924 sum = rbehind + rahead; in vnode_pager_generic_getpages() 925 if (rbehind == before) { in vnode_pager_generic_getpages() 927 rbehind -= roundup(trim * rbehind / sum, pagesperblock); in vnode_pager_generic_getpages() 928 if (rbehind < 0) in vnode_pager_generic_getpages() 929 rbehind = 0; in vnode_pager_generic_getpages() 931 rbehind -= trim * rbehind / sum; in vnode_pager_generic_getpages() 936 rbehind, rahead, count, maxphys)); in vnode_pager_generic_getpages() [all …]
|
| H A D | vm_pager.c | 105 dead_pager_getpages(vm_object_t obj, vm_page_t *ma, int count, int *rbehind, in dead_pager_getpages() argument 296 vm_pager_get_pages(vm_object_t object, vm_page_t *m, int count, int *rbehind, in vm_pager_get_pages() argument 306 r = (*pagertab[object->type]->pgo_getpages)(object, m, count, rbehind, in vm_pager_get_pages() 334 int *rbehind, int *rahead, pgo_getpages_iodone_t iodone, void *arg) in vm_pager_get_pages_async() argument 340 count, rbehind, rahead, iodone, arg)); in vm_pager_get_pages_async()
|
| H A D | sg_pager.c | 145 sg_pager_getpages(vm_object_t object, vm_page_t *m, int count, int *rbehind, in sg_pager_getpages() argument 202 if (rbehind) in sg_pager_getpages() 203 *rbehind = 0; in sg_pager_getpages()
|
| H A D | vnode_pager.h | 46 int count, int *rbehind, int *rahead, vop_getpages_iodone_t iodone,
|
| H A D | swap_pager.c | 1225 int *rbehind, int *rahead) in swap_pager_getpages_locked() argument 1267 if (rbehind != NULL) { in swap_pager_getpages_locked() 1268 *rbehind = imin(*rbehind, maxbehind); in swap_pager_getpages_locked() 1272 *rbehind = pindex - mpred->pindex - 1; in swap_pager_getpages_locked() 1282 if (rbehind != NULL) { in swap_pager_getpages_locked() 1283 for (i = 1; i <= *rbehind; i++) { in swap_pager_getpages_locked() 1291 *rbehind = i - 1; in swap_pager_getpages_locked() 1303 if (rbehind != NULL) in swap_pager_getpages_locked() 1304 count += *rbehind; in swap_pager_getpages_locked() 1333 bp->b_pgbefore = rbehind != NULL ? *rbehind : 0; in swap_pager_getpages_locked() [all …]
|
| H A D | device_pager.c | 285 dev_pager_getpages(vm_object_t object, vm_page_t *ma, int count, int *rbehind, in dev_pager_getpages() argument 310 if (rbehind) in dev_pager_getpages() 311 *rbehind = 0; in dev_pager_getpages()
|
| H A D | default_pager.c | 122 int *rbehind, int *rahead) in default_pager_getpages() argument
|
| H A D | vm_pager.h | 238 int *rbehind, int *rahead);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | dmu_os.c | 159 int *rbehind, int *rahead, int last_size) in dmu_read_pages() argument 195 for (i = 0; i < *rbehind; i++) { in dmu_read_pages() 222 *rbehind = i; in dmu_read_pages()
|
| H A D | zfs_vnops_os.c | 4026 zfs_getpages(struct vnode *vp, vm_page_t *ma, int count, int *rbehind, in zfs_getpages() argument 4059 if (rbehind != NULL) { in zfs_getpages() 4060 *rbehind = 0; in zfs_getpages() 4061 rbehind = NULL; in zfs_getpages() 4082 if (rbehind != NULL) { in zfs_getpages() 4084 pgsin_b = MIN(*rbehind, pgsin_b); in zfs_getpages() 4114 if (rbehind != NULL) in zfs_getpages() 4115 *rbehind = pgsin_b; in zfs_getpages()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_vnops_os.h | 35 int *rbehind, int *rahead, int last_size);
|
| /f-stack/freebsd/sys/ |
| H A D | buf.h | 600 int *rbehind, int *rahead, vbg_get_lblkno_t get_lblkno,
|
| /f-stack/freebsd/kern/ |
| H A D | vnode_if.src | 536 IN int *rbehind; 547 IN int *rbehind;
|
| H A D | vfs_bio.c | 5169 int *rbehind, int *rahead, vbg_get_lblkno_t get_lblkno, in vfs_bio_getpages() argument 5205 if (rbehind != NULL) in vfs_bio_getpages() 5206 *rbehind = pgsin_b; in vfs_bio_getpages()
|