Searched defs:stime (Results 1 – 3 of 3) sorted by relevance
508 unsigned long long utime = 0, stime = 0, iotime = 0; in show_showtime() local
5611 private void printStepCpuUidDetails(PrintWriter pw, int uid, int utime, int stime) { in printStepCpuUidDetails()5620 private void printStepCpuUidCheckinDetails(PrintWriter pw, int uid, int utime, int stime) { in printStepCpuUidCheckinDetails()
7828 public void addCpuTimeLocked(int utime, int stime) { in addCpuTimeLocked()