Home | History | Annotate | Download | only in altq

Lines Matching refs:TS_LT

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_)) {
938 } while (cl->undertime_.tv_sec && TS_LT(now, &cl->undertime_));
1300 if (TS_LT(nowp, &ifd->ifnow_)) {
1319 if (TS_LT(nowp, &ifd->ifnow_)) {
1399 if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) {
1407 if ((qlen(cl->q_) <= 1) || TS_LT(&now, &borrowed->undertime_)) {