MAXTSLP
nsecs = MIN(TIMESPEC_TO_NSEC(tsp), MAXTSLP);
nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(tsp), MAXTSLP));
nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(&request), MAXTSLP));
nsecs = MIN(TIMESPEC_TO_NSEC(&ts), MAXTSLP);
nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(timeout), MAXTSLP));
nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(timeout), MAXTSLP));
if (nsec > MAXTSLP)
if (rtout > MAXTSLP) {