Commit 21927fc
timers: Retrieve next expiry of pinned/non-pinned timers separately
For the conversion of the NOHZ timer placement to a pull at expiry time
model it's required to have separate expiry times for the pinned and the
non-pinned (movable) timers. Therefore struct timer_events is introduced.
No functional change
Originally-by: Richard Cochran (linutronix GmbH) <richardcochran@gmail.com>
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240221090548.36600-12-anna-maria@linutronix.de1 parent 83a665d commit 21927fc
1 file changed
Lines changed: 31 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
| |||
2031 | 2036 | | |
2032 | 2037 | | |
2033 | 2038 | | |
| 2039 | + | |
2034 | 2040 | | |
2035 | 2041 | | |
2036 | | - | |
2037 | 2042 | | |
| 2043 | + | |
2038 | 2044 | | |
2039 | 2045 | | |
2040 | 2046 | | |
| |||
2043 | 2049 | | |
2044 | 2050 | | |
2045 | 2051 | | |
2046 | | - | |
| 2052 | + | |
2047 | 2053 | | |
2048 | 2054 | | |
2049 | 2055 | | |
| |||
2059 | 2065 | | |
2060 | 2066 | | |
2061 | 2067 | | |
2062 | | - | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
2063 | 2074 | | |
2064 | 2075 | | |
2065 | 2076 | | |
2066 | | - | |
| 2077 | + | |
| 2078 | + | |
2067 | 2079 | | |
2068 | 2080 | | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
2069 | 2094 | | |
2070 | 2095 | | |
2071 | 2096 | | |
| |||
2096 | 2121 | | |
2097 | 2122 | | |
2098 | 2123 | | |
| 2124 | + | |
| 2125 | + | |
2099 | 2126 | | |
2100 | 2127 | | |
2101 | 2128 | | |
| |||
0 commit comments