HomeSort by: relevance | last modified time | path
    Searched refs:CALLOUT_STOP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_var.h 173 #define CALLOUT_STOP(c) callout_stop((c))
187 #define CALLOUT_STOP(c) timeout_del(&(c)->c_to)
200 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg)
altq_rmclass.c 553 CALLOUT_STOP(&cl->callout_);
895 CALLOUT_STOP(&cl->callout_);
1070 CALLOUT_STOP(&cl->callout_);
1185 CALLOUT_STOP(&cl->callout_);
1369 CALLOUT_STOP(&cl->callout_);

Completed in 11 milliseconds