Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; borrow() method
142 unsafe fn borrow<'a>(_: *mut c_void) -> Self::Borrowed<'a> {} borrow() method
[all...]
/linux/rust/kernel/alloc/
H A Dkbox.rs506 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { borrow() function
541 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { borrow() function
614 fn borrow(&self) -> &T { borrow() function
H A Dkvec.rs1041 fn borrow(&self) -> &[T] { in borrow() function
/linux/arch/powerpc/boot/
H A Ddevtree.c159 int i, borrow = 0; in sub_reg() local