Searched refs:tms_cstime (Results 1 – 18 of 18) sorted by relevance
45 clock_t tms_cstime; /* system time, children */ member57 clock32_t tms_cstime; /* system time, children */ member
59 p_time.tms_cstime = p->p_cstime; in times()89 p_time.tms_cstime = (clock32_t)p->p_cstime; in times32()
93 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in csh_wait3()
125 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
129 (double)buffer.tms_cstime/clock_tick); in main()133 printt("sys ", buffer.tms_cstime); in main()
172 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
226 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
37 clock_t tms_cstime; /* system time, children */ member
37 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
153 printt("sys ", buffer.tms_cstime - obuffer.tms_cstime); in main()
27 clock_t tms_cstime;
556 + mintms->tms_cstime557 - subtms->tms_cstime;1064 tmsp->tms_cstime = scale60(&ru.ru_stime);
93 prt(tms.tms_cstime); in builtin()
651 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
1921 before.tms_stime = before.tms_cstime = 0; in sh_exec()1948 tm[2] += after.tms_cstime - before.tms_cstime; in sh_exec()
1373 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in sh_accend()
355 tms.tms_cstime = (unsigned)tms32.tms_cstime; in show_times()364 tms.tms_cstime, in show_times()