HomeSort by: relevance | last modified time | path
    Searched refs:thismax (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev.c 2274 uint64_t thismax = 0; local
2282 thismax = vdev_dtl_max(vd);
2293 thismax = MAX(thismax, cmax);
2301 *maxp = thismax;
  /src/lib/libc/time/
zic.c 2841 zic_t lo, thismin, thismax; local
2860 thismax = ZIC32_MAX;
2870 thismax = max_time;
2875 locut = thismin < lo_time && lo_time <= thismax;
2876 hicut = thismin <= hi_time && hi_time < thismax;

Completed in 19 milliseconds