Lines Matching refs:undertime_
759 if (TS_LT(&cl->undertime_, &now)) {
775 if (TS_LT(&borrow->undertime_, &now)) {
785 if (TS_LT(&cl->borrow_->undertime_, &now)) {
850 if (TS_LT(now, &cl->undertime_))
892 if (!TS_LT(now, &cl->undertime_)) {
897 cl->undertime_.tv_sec = 0;
938 } while (cl->undertime_.tv_sec && TS_LT(now, &cl->undertime_));
982 if (cl->undertime_.tv_sec != 0 &&
1017 if ((cl->undertime_.tv_sec == 0) ||
1072 cl->undertime_.tv_sec = 0;
1152 if ((cl->undertime_.tv_sec == 0) ||
1187 cl->undertime_.tv_sec = 0;
1362 TS_ADD_DELTA(nowp, tidle, &cl->undertime_);
1367 cl->undertime_.tv_sec = 0;
1399 if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) {
1407 if ((qlen(cl->q_) <= 1) || TS_LT(&now, &borrowed->undertime_)) {
1497 TS_DELTA(&borrow->undertime_, &cl->overtime_, ndelay);
1499 TS_DELTA(&cl->undertime_, &cl->overtime_, ndelay);
1525 TS_ADD_DELTA(&cl->undertime_, extradelay, &cl->undertime_);
1542 t = tvhzto(&cl->undertime_);
1545 t = tshzto(&cl->undertime_) + 1;
1580 cl->undertime_.tv_sec = 0;