Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs38 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method
77 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method
99 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
/linux/crypto/
H A Decc.c337 u64 borrow = 0; in vli_sub() local
358 u64 borrow = right; in vli_usub() local
535 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
660 u64 borrow = 0; in vli_mmod_slow() local
/linux/arch/powerpc/boot/
H A Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/linux/rust/kernel/sync/
H A Darc.rs364 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method