taglinefilesource code
cstime502fs/proc/array.c(*p)->cstime,
cstime174include/linux/sched.hlong utime, stime, cutime, cstime, start_time;
cstime525kernel/exit.ccurrent->cstime += p->stime + p->cstime;
cstime204kernel/fork.cp->cutime = p->cstime = 0;
cstime374kernel/sys.cput_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime);
cstime740kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->cstime);
cstime741kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->cstime);
cstime748kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->stime + p->cstime);
cstime749kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->stime + p->cstime);