stime 166 daemons/controld/controld_throttle.c unsigned long flags = 0, minflt = 0, cminflt = 0, majflt = 0, cmajflt = 0, utime = 0, stime = 0; stime 171 daemons/controld/controld_throttle.c &flags, &minflt, &cminflt, &majflt, &cmajflt, &utime, &stime); stime 182 daemons/controld/controld_throttle.c && last_stime <= stime) { stime 186 daemons/controld/controld_throttle.c unsigned long delta_stime = stime - last_stime; stime 194 daemons/controld/controld_throttle.c crm_debug("Init %lu + %lu ticks at %ld (%lu tps)", utime, stime, (long)now, ticks_per_s); stime 199 daemons/controld/controld_throttle.c last_stime = stime; stime 54 maint/gnulib/lib/settime.c return stime (&ts->tv_sec);