tag | line | file | source code |
---|---|---|---|
CT_TO_USECS | 547 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(current->utime); |
CT_TO_USECS | 549 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->stime); |
CT_TO_USECS | 554 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(current->cutime); |
CT_TO_USECS | 556 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(current->cstime); |
CT_TO_USECS | 574 | kernel/sys.c | put_fs_long(CT_TO_USECS(jiffies+jiffies_offset), |