taglinefilesource code
cstime362fs/proc/array.c(*p)->cstime,
cstime282include/linux/sched.hlong utime, stime, cutime, cstime, start_time;
cstime555kernel/exit.ccurrent->cstime += p->stime + p->cstime;
cstime205kernel/fork.cp->cutime = p->cstime = 0;
cstime389kernel/sys.cput_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime);
cstime756kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->cstime);
cstime757kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->cstime);
cstime764kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->stime + p->cstime);
cstime765kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->stime + p->cstime);