| tag | line | file | source code |
|---|---|---|---|
| ru_stime | 20 | include/sys/resource.h | struct timeval ru_stime; /* system time used */ |
| ru_stime | 532 | kernel/sys.c | r.ru_stime.tv_sec = CT_TO_SECS(current->stime); |
| ru_stime | 533 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->stime); |
| ru_stime | 539 | kernel/sys.c | r.ru_stime.tv_sec = CT_TO_SECS(current->cstime); |
| ru_stime | 540 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->cstime); |