rust: init: update `init` module to take allocation flags
This is the last component in the conversion for allocators to take allocation flags as parameters. Reviewed-by:Benno Lossin <benno.lossin@proton.me> Signed-off-by:
Wedson Almeida Filho <walmeida@microsoft.com> Link: https://lore.kernel.org/r/20240328013603.206764-10-wedsonaf@gmail.com Signed-off-by:
Miguel Ojeda <ojeda@kernel.org>
Showing
- rust/kernel/init.rs 25 additions, 24 deletionsrust/kernel/init.rs
- rust/kernel/sync/arc.rs 13 additions, 10 deletionsrust/kernel/sync/arc.rs
- rust/kernel/sync/condvar.rs 1 addition, 1 deletionrust/kernel/sync/condvar.rs
- rust/kernel/sync/lock/mutex.rs 1 addition, 1 deletionrust/kernel/sync/lock/mutex.rs
- rust/kernel/sync/lock/spinlock.rs 1 addition, 1 deletionrust/kernel/sync/lock/spinlock.rs
- rust/kernel/workqueue.rs 9 additions, 4 deletionsrust/kernel/workqueue.rs
Please register or sign in to comment