Commit 9f6a3c6
timers: Split next timer interrupt logic
Split the logic for getting next timer interrupt (no matter of recalculated
or already stored in base->next_expiry) into a separate function named
next_timer_interrupt(). Make it available to local call sites only.
No functional change.
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-10-anna-maria@linutronix.de1 parent af68cb3 commit 9f6a3c6
1 file changed
Lines changed: 19 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1996 | 1996 | | |
1997 | 1997 | | |
1998 | 1998 | | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
1999 | 2016 | | |
2000 | 2017 | | |
2001 | 2018 | | |
2002 | 2019 | | |
2003 | | - | |
2004 | 2020 | | |
| 2021 | + | |
2005 | 2022 | | |
2006 | 2023 | | |
2007 | 2024 | | |
| |||
2014 | 2031 | | |
2015 | 2032 | | |
2016 | 2033 | | |
2017 | | - | |
2018 | | - | |
| 2034 | + | |
2019 | 2035 | | |
2020 | 2036 | | |
2021 | | - | |
2022 | | - | |
2023 | 2037 | | |
2024 | 2038 | | |
2025 | 2039 | | |
2026 | 2040 | | |
2027 | | - | |
2028 | | - | |
2029 | | - | |
2030 | | - | |
2031 | | - | |
2032 | | - | |
2033 | | - | |
2034 | | - | |
2035 | 2041 | | |
2036 | 2042 | | |
2037 | 2043 | | |
| |||
0 commit comments