Searched refs:thismax (Results 1 – 3 of 3) sorted by relevance
1522 uint64_t thismax = SPA_MAXBLOCKSIZE; in spa_vdev_copy_impl() local1525 segs, thismax, txg, vca, &zal); in spa_vdev_copy_impl()1540 MIN(range_tree_span(segs), thismax); in spa_vdev_copy_impl()1541 thismax = P2ROUNDUP(attempted / 2, in spa_vdev_copy_impl()
3618 uint64_t thismax = 0; in vdev_resilver_needed() local3626 thismax = vdev_dtl_max(vd); in vdev_resilver_needed()3637 thismax = MAX(thismax, cmax); in vdev_resilver_needed()3645 *maxp = thismax; in vdev_resilver_needed()
2546 zic_t lo, thismin, thismax; in writezone() local 2565 thismax = ZIC32_MAX; in writezone() 2575 thismax = max_time; in writezone() 2580 locut = thismin < lo_time && lo_time <= thismax; in writezone() 2581 hicut = thismin <= hi_time && hi_time < thismax; in writezone()