Lines Matching defs:rqt
364 struct timespec rmt, rqt;
367 error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
371 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqt,
391 struct timespec rmt, rqt;
394 error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
398 error = nanosleep1(l, SCARG(uap, clock_id), SCARG(uap, flags), &rqt,
412 nanosleep1(struct lwp *l, clockid_t clock_id, int flags, struct timespec *rqt,
418 if ((error = ts2timo(clock_id, flags, rqt, &timo, &rmtstart)) != 0) {
448 timespecsub(rqt, &rmtend, t);
454 if (timespeccmp(rqt, t, <))
457 timespecsub(rqt, t, t);