OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:softIrq
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java
113
PROC_SPACE_TERM|PROC_OUT_LONG // 7:
softirq
time
297
// Total irq time is iowait + irq +
softirq
time.
775
int totalTime, int user, int system, int iowait, int irq, int
softIrq
,
779
printRatio(pw, user+system+iowait+irq+
softIrq
, totalTime);
801
if (
softIrq
> 0) {
803
printRatio(pw,
softIrq
, totalTime);
804
pw.print("%
softirq
");
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 719 milliseconds