Searched refs:tms_stime (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dtimes.h50 clock_t tms_stime; /* System CPU time */ member in struct:tms
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dclock.c83 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
H A Dgetruntime.c106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dclock.c83 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
H A Dgetruntime.c106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
/freebsd-9.3-release/lib/libc/gen/
H A Dtimes.c58 tp->tms_stime = CONVTCK(ru.ru_stime);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.time.c87 times0.tms_stime += times0.tms_cstime;
134 times_dol.tms_stime += times_dol.tms_cstime;
314 es->tms_stime - bs->tms_stime) * 100 / HZ;
318 es->tms_stime - bs->tms_stime) * 100 / clk_tck;
370 xprintf("es->tms_stime %lu bs->tms_stime %lu\n",
371 (unsigned long)es->tms_stime, (unsigned long)bs->tms_stime);
[all...]
H A Dsh.proc.c1134 lru.tms_stime = pp->p_stime;
1267 zts.tms_stime = zs_time;
1271 rts.tms_stime = s_time;
/freebsd-9.3-release/contrib/gcc/
H A Dtimevar.c44 clock_t tms_stime; member in struct:tms
205 now->sys = tms.tms_stime * ticks_to_msec;
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c934 (long) (after.tms_stime - before.tms_stime),
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c664 l_clock_t tms_stime; member in struct:l_times_argv
706 tms.tms_stime = CONVTCK(stime);
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c891 tms.tms_stime = CONVTCK(ru.ru_stime);
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_misc.c877 tms.tms_stime = timeval_to_clock_t(&stime);

Completed in 224 milliseconds