delta_stime 180 crmd/throttle.c unsigned long delta_stime = stime - last_stime; delta_stime 182 crmd/throttle.c *load = (delta_utime + delta_stime); /* Cast to a float before division */ delta_stime 185 crmd/throttle.c crm_debug("cib load: %f (%lu ticks in %lds)", *load, delta_utime + delta_stime, (long)elapsed);