throttle_timer     50 daemons/controld/controld_throttle.c static mainloop_timer_t *throttle_timer = NULL;
throttle_timer    430 daemons/controld/controld_throttle.c         throttle_timer = mainloop_timer_add("throttle", 30 * 1000, TRUE, throttle_timer_cb, NULL);
throttle_timer    434 daemons/controld/controld_throttle.c     mainloop_timer_start(throttle_timer);
throttle_timer    440 daemons/controld/controld_throttle.c     if (throttle_timer != NULL) {
throttle_timer    441 daemons/controld/controld_throttle.c         mainloop_timer_del(throttle_timer);
throttle_timer    442 daemons/controld/controld_throttle.c         throttle_timer = NULL;