Searched refs:tms_stime (Results 1 – 14 of 14) sorted by relevance
43 clock_t tms_stime; /* system time */ member55 clock32_t tms_stime; /* system time */ member
88 rdtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);115 mmtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);284 rdtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);311 mmtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);
25 clock_t tms_stime;
56 p_time.tms_stime = (clock_t)NSEC_TO_TICK( in times()86 p_time.tms_stime = (clock32_t)NSEC_TO_TICK( in times32()
35 clock_t tms_stime; /* system time */ member
37 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
339 rval = ((tbuf.tms_utime-utime) + (tbuf.tms_stime-stime))*1000/HZ; in cpucycle()341 stime = tbuf.tms_stime; in cpucycle()
554 ltemp = mintms->tms_stime555 - subtms->tms_stime1060 tmsp->tms_stime = scale60(&ru.ru_stime);
651 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
484 …05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigned long)us.tms_stime); in errorv()
1921 before.tms_stime = before.tms_cstime = 0; in sh_exec()1947 tm[2] = after.tms_stime - before.tms_stime; in sh_exec()
1373 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in sh_accend()
353 tms.tms_stime = (unsigned)tms32.tms_stime; in show_times()362 tms.tms_stime, in show_times()