taglinefilesource code
cstime332fs/proc/array.c(*p)->cstime,
cstime281include/linux/sched.hlong utime, stime, cutime, cstime, start_time;
cstime557kernel/exit.ccurrent->cstime += p->stime + p->cstime;
cstime203kernel/fork.cp->cutime = p->cstime = 0;
cstime356kernel/sys.cput_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime);
cstime711kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->cstime);
cstime712kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->cstime);
cstime719kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->stime + p->cstime);
cstime720kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->stime + p->cstime);