Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/kernel/
Dtypes.rs38 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method
58 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method
80 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
/kernel/linux/linux-6.6/rust/alloc/
Dlib.rs245 pub mod borrow; module
Dslice.rs775 fn borrow(&self) -> &[T] { in borrow() method
Dboxed.rs2062 fn borrow(&self) -> &T { in borrow() method
/kernel/linux/linux-5.10/crypto/
Decc.c302 u64 borrow = 0; in vli_sub() local
323 u64 borrow = right; in vli_usub() local
500 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
625 u64 borrow = 0; in vli_mmod_slow() local
/kernel/linux/linux-6.6/crypto/
Decc.c313 u64 borrow = 0; in vli_sub() local
334 u64 borrow = right; in vli_usub() local
511 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
636 u64 borrow = 0; in vli_mmod_slow() local
/kernel/linux/linux-6.6/lib/crypto/mpi/
Dec.c204 mpi_limb_t borrow; in ec_addm_25519() local
226 mpi_limb_t borrow; in ec_subm_25519() local
331 mpi_limb_t borrow; in ec_subm_448() local
/kernel/linux/linux-5.10/lib/mpi/
Dec.c204 mpi_limb_t borrow; in ec_addm_25519() local
226 mpi_limb_t borrow; in ec_subm_25519() local
331 mpi_limb_t borrow; in ec_subm_448() local
/kernel/linux/linux-5.10/arch/powerpc/boot/
Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/kernel/linux/linux-6.6/arch/powerpc/boot/
Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/kernel/linux/linux-6.6/rust/kernel/sync/
Darc.rs243 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method
/kernel/linux/linux-5.10/net/sched/
Dsch_cbq.c98 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member
694 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local