OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TS_LT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_rmclass.c
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_))
[
all
...]
altq_rmclass.h
60
#define
TS_LT
(a, b) (((a)->tv_sec < (b)->tv_sec) || \
Completed in 12 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025