Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDcallout.h86 #define callout_drain(c) _callout_stop_safe(c, CS_DRAIN, NULL)
124 #define callout_stop(c) _callout_stop_safe(c, 0, NULL)
125 int _callout_stop_safe(struct callout *, int, void (*)(void *));
128 _callout_stop_safe(c, 0, d)
/freebsd-14-stable/sys/kern/
HDkern_timeout.c1085 _callout_stop_safe(struct callout *c, int flags, callout_func_t *drain) in _callout_stop_safe() function