CALLOUT_STOP
#define CALLOUT_STOP(c) callout_stop((c))
#define CALLOUT_STOP(c) timeout_del(&(c)->c_to)
#define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg)