linux/rust/kernel/sync
Andreas Hindborg a0c6fa8b8a rust: sync: add `Arc::as_ptr`
Add a method to get a pointer to the data contained in an `Arc`.

Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20250309-hrtimer-v3-v6-12-rc2-v12-2-73586e2bd5f1@kernel.org
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
2025-03-11 21:00:42 +01:00
..
arc rust: provide proper code documentation titles 2024-10-07 21:39:57 +02:00
lock rust: sync: Add lock::Backend::assert_is_held() 2024-12-19 14:04:42 -08:00
arc.rs rust: sync: add `Arc::as_ptr` 2025-03-11 21:00:42 +01:00
condvar.rs rust: use custom FFI integer types 2024-11-10 23:58:00 +01:00
lock.rs rust: sync: Add lock::Backend::assert_is_held() 2024-12-19 14:04:42 -08:00
locked_by.rs rust: treewide: switch to the kernel `Vec` type 2024-10-15 23:10:32 +02:00
poll.rs rust: file: add abstraction for `poll_table` 2024-09-30 13:02:29 +02:00
rcu.rs rust: add rcu abstraction 2024-12-20 17:19:26 +01:00