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

/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.h181 struct callout callout_; /* for timeout() calls */ member in struct:rm_class
H A Daltq_rmclass.c220 CALLOUT_INIT(&cl->callout_);
554 CALLOUT_STOP(&cl->callout_);
893 CALLOUT_STOP(&cl->callout_);
1064 CALLOUT_STOP(&cl->callout_);
1179 CALLOUT_STOP(&cl->callout_);
1359 CALLOUT_STOP(&cl->callout_);
1531 CALLOUT_RESET(&cl->callout_, t, rmc_restart, cl);

Completed in 113 milliseconds