Home
last modified time | relevance | path

Searched defs:Devres (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Ddevres.rs108 pub struct Devres<T: Send> { struct
118 // Subsequently, the `drop_in_place()` in `Devres::drop` and `Devres::new` as well as the argument
125 impl<T: Send> Devres<T> { argument
277 unsafe impl<T: Send> Send for Devres<T> {} implementation
280 unsafe impl<T: Send + Sync> Sync for Devres<T> {} implementation
283 impl<T: Send> PinnedDrop for Devres<T> { implementation