stime 160 crmd/throttle.c unsigned long flags = 0, minflt = 0, cminflt = 0, majflt = 0, cmajflt = 0, utime = 0, stime = 0; stime 165 crmd/throttle.c &flags, &minflt, &cminflt, &majflt, &cmajflt, &utime, &stime); stime 176 crmd/throttle.c && last_stime <= stime) { stime 180 crmd/throttle.c unsigned long delta_stime = stime - last_stime; stime 188 crmd/throttle.c crm_debug("Init %lu + %lu ticks at %ld (%lu tps)", utime, stime, (long)now, ticks_per_s); stime 193 crmd/throttle.c last_stime = stime;