2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/rust/kernel/time/hrtimer
Andreas Hindborg 374b60a013 rust: hrtimer: implement HrTimerPointer for Pin<Box<T>>
Allow `Pin<Box<T>>` to be the target of a timer callback.

Acked-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20250309-hrtimer-v3-v6-12-rc2-v12-10-73586e2bd5f1@kernel.org
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
2025-03-22 12:08:54 +01:00
..
arc.rs rust: hrtimer: allow timer restart from timer handler 2025-03-22 12:08:54 +01:00
pin_mut.rs rust: hrtimer: implement UnsafeHrTimerPointer for Pin<&mut T> 2025-03-22 12:08:54 +01:00
pin.rs rust: hrtimer: implement UnsafeHrTimerPointer for Pin<&T> 2025-03-22 12:08:54 +01:00
tbox.rs rust: hrtimer: implement HrTimerPointer for Pin<Box<T>> 2025-03-22 12:08:54 +01:00