| tag | line | file | source code |
|---|---|---|---|
| pr_cstime | 1015 | fs/binfmt_elf.c | prstatus.pr_cstime.tv_sec = CT_TO_SECS(current->cstime); |
| pr_cstime | 1016 | fs/binfmt_elf.c | prstatus.pr_cstime.tv_usec = CT_TO_USECS(current->cstime); |
| pr_cstime | 66 | include/linux/elfcore.h | struct timeval pr_cstime; /* Cumulative system time */ |