Searched refs:cstime (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c698 struct timeval tv, utime, stime, cutime, cstime; local
714 calccru(p, &cutime, &cstime);
721 tms.tms_cstime = CONVTCK(cstime);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c872 struct timeval tv, utime, stime, cutime, cstime; local
882 calccru(p, &cutime, &cstime);
889 tms.tms_cstime = timeval_to_clock_t(&cstime);

Completed in 122 milliseconds