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 042b0c7947 rust: hrtimer: implement UnsafeHrTimerPointer for Pin<&mut T>
Allow pinned mutable references to structs that contain a `HrTimer` node to
be scheduled with the `hrtimer` subsystem.

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-8-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