tag | line | file | source code |
---|---|---|---|
cstime | 141 | include/linux/sched.h | long utime,stime,cutime,cstime,start_time; |
cstime | 450 | kernel/exit.c | current->cstime += p->stime + p->cstime; |
cstime | 141 | kernel/fork.c | p->cutime = p->cstime = 0; |
cstime | 332 | kernel/sys.c | put_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime); |
cstime | 554 | kernel/sys.c | r.ru_stime.tv_sec = CT_TO_SECS(current->cstime); |
cstime | 555 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->cstime); |