last_call         126 daemons/controld/controld_throttle.c     static time_t last_call = 0;
last_call         141 daemons/controld/controld_throttle.c         last_call = 0;
last_call         179 daemons/controld/controld_throttle.c         } else if(last_call > 0
last_call         180 daemons/controld/controld_throttle.c            && last_call < now
last_call         184 daemons/controld/controld_throttle.c             time_t elapsed = now - last_call;
last_call         197 daemons/controld/controld_throttle.c         last_call = now;