Searched defs:Borrowed (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | scatterlist.rs | 105 // SAFETY: `Borrowed` can be sent to any task. implementation |
| H A D | types.rs | 32 type Borrowed<'a>; typedef |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 493 type Borrowed<'a> = &'a T; typedef |