Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c187 uint64_t prefetch_tail; in dmu_zfetch_dofetch() local
196 prefetch_tail = MAX((int64_t)zs->zst_ph_offset, in dmu_zfetch_dofetch()
204 while (prefetch_tail < prefetch_limit) { in dmu_zfetch_dofetch()
206 (prefetch_tail - zs->zst_offset); in dmu_zfetch_dofetch()
215 (prefetch_ofst > prefetch_tail)) { in dmu_zfetch_dofetch()
227 prefetch_tail += zs->zst_stride; in dmu_zfetch_dofetch()
232 zs->zst_ph_offset = prefetch_tail; in dmu_zfetch_dofetch()