Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs105 // SAFETY: `Borrowed` can be sent to any task. implementation
108 // SAFETY: `Borrowed` has no interior mutability and can be accessed concurrently. implementation
102 pub struct Borrowed(Opaque<bindings::sg_table>); global() struct
459 impl Sealed for super::Borrowed {} global() implementation
H A Dtypes.rs32 type Borrowed<'a>; typedef
133 type Borrowed<'a> = (); typedef
/linux/rust/kernel/alloc/
H A Dkbox.rs493 type Borrowed<'a> = &'a T; typedef
527 type Borrowed<'a> = Pin<&'a T>; typedef