Searched refs:ptidx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c303 int32_t i, ptidx, pidx; local
332 * ptidx: Index at which next prefetch to be triggered.
334 ptidx = 0;
338 if (prefetchlimit && i == ptidx) {
339 ASSERT3S(ptidx, <=, pidx);
351 ptidx = pidx;

Completed in 114 milliseconds