Home
last modified time | relevance | path

Searched refs:dmu_prefetch_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c292 uint64_t pb = MAX((pe > dmu_prefetch_max) ? pe - dmu_prefetch_max : 0, in bpobj_iterate_blkptrs()
310 pb = MAX((dbuf->db_offset > dmu_prefetch_max) ? in bpobj_iterate_blkptrs()
311 dbuf->db_offset - dmu_prefetch_max : 0, ps); in bpobj_iterate_blkptrs()
H A Ddmu.c94 uint_t dmu_prefetch_max = 8 * 1024 * 1024; variable
96 uint_t dmu_prefetch_max = 8 * SPA_MAXBLOCKSIZE; variable
730 if (dmu_prefetch_max == 0 || len == 0) { in dmu_prefetch()
765 uint_t limit = P2ROUNDUP(dmu_prefetch_max, 1 << bs) >> bs; in dmu_prefetch_by_dnode()
772 limit = P2ROUNDUP(dmu_prefetch_max, 1 << ibs) >> ibs; in dmu_prefetch_by_dnode()
1688 off += dmu_prefetch_max) { in dmu_object_cached_size()
1691 dmu_prefetch_max, ZIO_PRIORITY_SYNC_READ); in dmu_object_cached_size()
2965 ZFS_MODULE_PARAM(zfs, , dmu_prefetch_max, UINT, ZMOD_RW,
H A Dspa_log_spacemap.c1163 (pn < 2 || ps < 2 * dmu_prefetch_max)) { in spa_ld_log_sm_data()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h1127 extern uint_t dmu_prefetch_max;