Searched defs:borrow (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | types.rs | 98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; borrow() method |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 506 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { borrow() function |
| H A D | kvec.rs | 1041 fn borrow(&self) -> &[T] { in borrow() function |
| /linux/arch/powerpc/boot/ | ||
| H A D | devtree.c | 159 int i, borrow = 0; in sub_reg() local |