diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-04-25 21:49:09 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-06-18 23:41:50 +0300 |
commit | 8cc96ca2c75f6da59de41321797c87562703c9e1 (patch) | |
tree | 0a277ac81d052cd1c8b04918abae3be15d9209c4 /kernel/softirq.c | |
parent | 11fbe6cd41210c7b5173257158a22e11e225622d (diff) | |
download | linux-8cc96ca2c75f6da59de41321797c87562703c9e1.tar.xz |
posix-timers: Split release_posix_timers()
release_posix_timers() is called for cleaning up both hashed and unhashed
timers. The cases are differentiated by an argument and the usage is
hideous.
Seperate the actual free path out and use it for unhashed timers. Provide a
function for hashed timers.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20230425183313.301432503@linutronix.de
Diffstat (limited to 'kernel/softirq.c')
0 files changed, 0 insertions, 0 deletions