aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/hrtimer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 79b2a8d29d8c..b3a382be8db0 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -144,7 +144,7 @@ enum hrtimer_base_type {
144 HRTIMER_MAX_CLOCK_BASES, 144 HRTIMER_MAX_CLOCK_BASES,
145}; 145};
146 146
147/* 147/**
148 * struct hrtimer_cpu_base - the per cpu clock bases 148 * struct hrtimer_cpu_base - the per cpu clock bases
149 * @lock: lock protecting the base and associated clock bases 149 * @lock: lock protecting the base and associated clock bases
150 * and timers 150 * and timers
@@ -153,12 +153,12 @@ enum hrtimer_base_type {
153 * @cpu: cpu number 153 * @cpu: cpu number
154 * @active_bases: Bitfield to mark bases with active timers 154 * @active_bases: Bitfield to mark bases with active timers
155 * @clock_was_set_seq: Sequence counter of clock was set events 155 * @clock_was_set_seq: Sequence counter of clock was set events
156 * @expires_next: absolute time of the next event which was scheduled
157 * via clock_set_next_event()
158 * @next_timer: Pointer to the first expiring timer
159 * @in_hrtirq: hrtimer_interrupt() is currently executing 156 * @in_hrtirq: hrtimer_interrupt() is currently executing
160 * @hres_active: State of high resolution mode 157 * @hres_active: State of high resolution mode
161 * @hang_detected: The last hrtimer interrupt detected a hang 158 * @hang_detected: The last hrtimer interrupt detected a hang
159 * @expires_next: absolute time of the next event, is required for remote
160 * hrtimer enqueue
161 * @next_timer: Pointer to the first expiring timer
162 * @nr_events: Total number of hrtimer interrupt events 162 * @nr_events: Total number of hrtimer interrupt events
163 * @nr_retries: Total number of hrtimer interrupt retries 163 * @nr_retries: Total number of hrtimer interrupt retries
164 * @nr_hangs: Total number of hrtimer interrupt hangs 164 * @nr_hangs: Total number of hrtimer interrupt hangs