taglinefilesource code
cstime342fs/proc/array.c(*p)->cstime,
cstime280include/linux/sched.hlong utime, stime, cutime, cstime, start_time;
cstime557kernel/exit.ccurrent->cstime += p->stime + p->cstime;
cstime201kernel/fork.cp->cutime = p->cstime = 0;
cstime389kernel/sys.cput_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime);
cstime746kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->cstime);
cstime747kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->cstime);
cstime754kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(p->stime + p->cstime);
cstime755kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(p->stime + p->cstime);