Displaying 2 results from an estimated 2 matches for "iowait_sleeptim".
Did you mean:
iowait_sleeptime
2017 Nov 13
0
[PATCH RFC v3 5/6] tick: get duration of the last idle loop
...th interrupts disabled
diff --git a/kernel/time/tick-sched.h b/kernel/time/tick-sched.h
index 954b43d..2630cf9 100644
--- a/kernel/time/tick-sched.h
+++ b/kernel/time/tick-sched.h
@@ -39,6 +39,8 @@ enum tick_nohz_mode {
* @idle_sleeptime: Sum of the time slept in idle with sched tick stopped
* @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding
* @sleep_length: Duration of the current idle sleep
+ * @idle_length: Duration of the last idle loop is from
+ * tick_nohz_idle_enter to tick_nohz_idle_exit.
* @do_timer_lst: CPU was the last one doing do_timer befor...
2017 Nov 13
0
[PATCH RFC v3 5/6] tick: get duration of the last idle loop
...th interrupts disabled
diff --git a/kernel/time/tick-sched.h b/kernel/time/tick-sched.h
index 954b43d..2630cf9 100644
--- a/kernel/time/tick-sched.h
+++ b/kernel/time/tick-sched.h
@@ -39,6 +39,8 @@ enum tick_nohz_mode {
* @idle_sleeptime: Sum of the time slept in idle with sched tick stopped
* @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding
* @sleep_length: Duration of the current idle sleep
+ * @idle_length: Duration of the last idle loop is from
+ * tick_nohz_idle_enter to tick_nohz_idle_exit.
* @do_timer_lst: CPU was the last one doing do_timer befor...