aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scheduler/sched-stats.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/scheduler/sched-stats.txt')
-rw-r--r--Documentation/scheduler/sched-stats.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-stats.txt b/Documentation/scheduler/sched-stats.txt
index 1cd5d51bc761..8259b34a66ae 100644
--- a/Documentation/scheduler/sched-stats.txt
+++ b/Documentation/scheduler/sched-stats.txt
@@ -38,7 +38,8 @@ First field is a sched_yield() statistic:
1) # of times sched_yield() was called
Next three are schedule() statistics:
- 2) # of times we switched to the expired queue and reused it
+ 2) This field is a legacy array expiration count field used in the O(1)
+ scheduler. We kept it for ABI compatibility, but it is always set to zero.
3) # of times schedule() was called
4) # of times schedule() left the processor idle