tag | line | file | source code |
---|---|---|---|
CT_TO_USECS | 732 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(p->utime); |
CT_TO_USECS | 734 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(p->stime); |
CT_TO_USECS | 740 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(p->cutime); |
CT_TO_USECS | 742 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(p->cstime); |
CT_TO_USECS | 748 | kernel/sys.c | r.ru_utime.tv_usec = CT_TO_USECS(p->utime + p->cutime); |
CT_TO_USECS | 750 | kernel/sys.c | r.ru_stime.tv_usec = CT_TO_USECS(p->stime + p->cstime); |