bell_timeout
bell_timeout(0);
callout_reset(&bell_ch, ticks, bell_timeout, NULL);
static void bell_timeout(void *);