tag | line | file | source code |
---|---|---|---|
CT_TO_USECS | 531 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(current->utime); |
CT_TO_USECS | 533 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->stime); |
CT_TO_USECS | 538 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(current->cutime); |
CT_TO_USECS | 540 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->cstime); |
CT_TO_USECS | 558 | kernel/sys.c | put_fs_long(CT_TO_USECS(jiffies+jiffies_offset), |