Searched defs:callout_stop (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | callout.h | 119 #define callout_stop(c) _callout_stop_safe(c, 0) macro |
/freebsd/stand/kshim/ | ||
H A D | bsd_kernel.c | 512 callout_stop(struct callout *c) in callout_stop() function |