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

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1522 uint64_t thismax = SPA_MAXBLOCKSIZE; local
1525 segs, thismax, txg, vca, &zal);
1540 MIN(range_tree_span(segs), thismax);
1541 thismax = P2ROUNDUP(attempted / 2,
H A Dvdev.c3574 uint64_t thismax = 0; local
3582 thismax = vdev_dtl_max(vd);
3593 thismax = MAX(thismax, cmax);
3601 *maxp = thismax;
/freebsd-current/contrib/tzcode/
H A Dzic.c2546 zic_t lo, thismin, thismax; local
2565 thismax = ZIC32_MAX;
2575 thismax = max_time;
2580 locut = thismin < lo_time && lo_time <= thismax;
2581 hicut = thismin <= hi_time && hi_time < thismax;

Completed in 225 milliseconds