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 Self::PointedTo) -> Self::Borrowed<'a>; in borrow() method
141 unsafe fn borrow<'a>(_: *mut Self::PointedTo) -> Self::Borrowed<'a> {} in borrow() method
/linux/rust/kernel/alloc/
H A Dkbox.rs420 unsafe fn borrow<'a>(ptr: *mut Self::PointedTo) -> &'a T { in borrow() function
453 unsafe fn borrow<'a>(ptr: *mut Self::PointedTo) -> Pin<&'a T> { in borrow() function
/linux/arch/powerpc/boot/
H A Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/linux/rust/kernel/sync/
H A Darc.rs396 unsafe fn borrow<'a>(ptr: *mut Self::PointedTo) -> ArcBorrow<'a, T> { in borrow() method