Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1520 uint64_t thismax = SPA_MAXBLOCKSIZE; in spa_vdev_copy_impl() local
1523 segs, thismax, txg, vca, &zal); in spa_vdev_copy_impl()
1538 MIN(zfs_range_tree_span(segs), thismax); in spa_vdev_copy_impl()
1539 thismax = P2ROUNDUP(attempted / 2, in spa_vdev_copy_impl()
H A Dvdev.c3709 uint64_t thismax = 0; in vdev_resilver_needed() local
3717 thismax = vdev_dtl_max(vd); in vdev_resilver_needed()
3728 thismax = MAX(thismax, cmax); in vdev_resilver_needed()
3736 *maxp = thismax; in vdev_resilver_needed()
/freebsd/contrib/tzcode/
H A Dzic.c2582 zic_t lo, thismin, thismax; in writezone() local
2601 thismax = ZIC32_MAX; in writezone()
2611 thismax = max_time; in writezone()
2616 locut = thismin < lo_time && lo_time <= thismax; in writezone()
2617 hicut = thismin <= hi_time && hi_time < thismax; in writezone()