Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dtypes.rs84 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method
125 unsafe fn borrow<'a>(_: *mut crate::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
/linux-6.14.4/rust/kernel/alloc/
Dkbox.rs369 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> &'a T { in borrow() function
401 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> Pin<&'a T> { in borrow() function
/linux-6.14.4/crypto/
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-6.14.4/arch/powerpc/boot/
Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/linux-6.14.4/rust/kernel/sync/
Darc.rs364 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method