Home
last modified time | relevance | path

Searched refs:CALLOUT_STOP (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/altq/
Daltq_var.h173 #define CALLOUT_STOP(c) callout_stop((c)) macro
187 #define CALLOUT_STOP(c) timeout_del(&(c)->c_to) macro
200 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg) macro
Daltq_rmclass.c553 CALLOUT_STOP(&cl->callout_); in rmc_delete_class()
895 CALLOUT_STOP(&cl->callout_); in rmc_under_limit()
1070 CALLOUT_STOP(&cl->callout_); in _rmc_wrr_dequeue_next()
1185 CALLOUT_STOP(&cl->callout_); in _rmc_prr_dequeue_next()
1369 CALLOUT_STOP(&cl->callout_); in rmc_update_class_util()