| tag | line | file | source code |
| stime | 138 | include/linux/sched.h | long utime,stime,cutime,cstime,start_time; |
| stime | 125 | include/unistd.h | int stime(time_t * tptr); |
| stime | 423 | kernel/exit.c | current->cstime += p->stime + p->cstime; |
| stime | 121 | kernel/fork.c | p->utime = p->stime = 0; |
| stime | 396 | kernel/sched.c | current->stime++; |
| stime | 328 | kernel/sys.c | put_fs_long(current->stime,(unsigned long *)&tbuf->tms_stime); |
| stime | 532 | kernel/sys.c | r.ru_stime.tv_sec = CT_TO_SECS(current->stime); |
| stime | 533 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->stime); |