Searched refs:TS_LT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/altq/
H A Daltq_rmclass.c759 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(
[all...]
H A Daltq_rmclass.h60 #define TS_LT(a, b) (((a)->tv_sec < (b)->tv_sec) || \ macro

Completed in 173 milliseconds