Searched refs:undertime_ (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_)) {
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_
[all...]
H A Daltq_rmclass.h158 struct timespec undertime_; /* time can next send */ member in struct:rm_class

Completed in 181 milliseconds