HomeSort by relevance Sort by last modified time
    Searched refs:softIrq (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
ProcessStats.java 110 PROC_SPACE_TERM|PROC_OUT_LONG // 7: softirq time
286 // Total irq time is iowait + irq + softirq time.
754 int totalTime, int user, int system, int iowait, int irq, int softIrq,
758 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
780 if (softIrq > 0) {
782 printRatio(pw, softIrq, totalTime);
783 pw.print("% softirq");
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 73 milliseconds