TS_LT
if (TS_LT(nowp, &ifd->ifnow_)) {
if (TS_LT(nowp, &ifd->ifnow_)) {
if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) {
if ((qlen(cl->q_) <= 1) || TS_LT(&now, &borrowed->undertime_)) {
if (TS_LT(&cl->undertime_, &now)) {
if (TS_LT(&borrow->undertime_, &now)) {
if (TS_LT(&cl->borrow_->undertime_, &now)) {
if (TS_LT(now, &cl->undertime_))
if (!TS_LT(now, &cl->undertime_)) {
} while (cl->undertime_.tv_sec && TS_LT(now, &cl->undertime_));