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

  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 123 PROC_SPACE_TERM|PROC_OUT_LONG // 7: softirq time
330 // Total irq time is iowait + irq + softirq time.
819 int totalTime, int user, int system, int iowait, int irq, int softIrq,
823 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
845 if (softIrq > 0) {
847 printRatio(pw, softIrq, totalTime);
848 pw.print("% softirq");
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 96 milliseconds