Lines Matching defs:rqt
367 struct timespec rmt, rqt;
370 error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
374 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqt,
394 struct timespec rmt, rqt;
397 error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
401 error = nanosleep1(l, SCARG(uap, clock_id), SCARG(uap, flags), &rqt,
415 nanosleep1(struct lwp *l, clockid_t clock_id, int flags, struct timespec *rqt,
421 if ((error = ts2timo(clock_id, flags, rqt, &timo, &rmtstart)) != 0) {
451 timespecsub(rqt, &rmtend, t);
457 if (timespeccmp(rqt, t, <))
460 timespecsub(rqt, t, t);