Searched refs:_callout_stop_safe (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | callout.h | 86 #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/ |
| HD | kern_timeout.c | 1085 _callout_stop_safe(struct callout *c, int flags, callout_func_t *drain) in _callout_stop_safe() function
|