Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c2546 zic_t lo, thismin, thismax; in writezone() local
2564 thismin = ZIC32_MIN; in writezone()
2574 thismin = min_time; in writezone()
2580 locut = thismin < lo_time && lo_time <= thismax; in writezone()
2581 hicut = thismin <= hi_time && hi_time < thismax; in writezone()
2606 if (pass == 1 && lo_time <= thismin) in writezone()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c3620 uint64_t thismin = UINT64_MAX; in vdev_resilver_needed() local
3628 thismin = vdev_dtl_min(vd); in vdev_resilver_needed()
3639 thismin = MIN(thismin, cmin); in vdev_resilver_needed()
3647 *minp = thismin; in vdev_resilver_needed()