taglinefilesource code
cstime141include/linux/sched.hlong utime,stime,cutime,cstime,start_time;
cstime450kernel/exit.ccurrent->cstime += p->stime + p->cstime;
cstime141kernel/fork.cp->cutime = p->cstime = 0;
cstime332kernel/sys.cput_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime);
cstime554kernel/sys.cr.ru_stime.tv_sec = CT_TO_SECS(current->cstime);
cstime555kernel/sys.cr.ru_stime.tv_usec = CT_TO_USECS(current->cstime);