last_utime        122 crmd/throttle.c     static unsigned long last_utime, last_stime;
last_utime        136 crmd/throttle.c         last_utime = 0;
last_utime        175 crmd/throttle.c            && last_utime <= utime
last_utime        179 crmd/throttle.c             unsigned long delta_utime = utime - last_utime;
last_utime        192 crmd/throttle.c         last_utime = utime;