Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/rust/kernel/
Dtypes.rs42 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method
81 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method
104 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Pin<&'a T> { in borrow() method
129 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
/linux-6.12.1/arch/powerpc/boot/
Ddevtree.c159 int i, borrow = 0; in sub_reg() local
162 int prev_borrow = borrow; in sub_reg()
163 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()
167 return !borrow; in sub_reg()
/linux-6.12.1/crypto/
Decc.c337 u64 borrow = 0; in vli_sub() local
343 diff = left[i] - right[i] - borrow; in vli_sub()
345 borrow = (diff > left[i]); in vli_sub()
350 return borrow; in vli_sub()
358 u64 borrow = right; in vli_usub() local
364 diff = left[i] - borrow; in vli_usub()
366 borrow = (diff > left[i]); in vli_usub()
371 return borrow; in vli_usub()
535 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
541 if (borrow) in vli_mod_sub()
[all …]
/linux-6.12.1/Documentation/admin-guide/blockdev/
Dnbd.rst13 to borrow disk space from another computer.
/linux-6.12.1/arch/m68k/fpsp040/
Dsrem_mod.S236 |..use the borrow of the previous compare
237 bcss R_LT_Y | ...borrow is set iff R < Y
/linux-6.12.1/Documentation/arch/parisc/
Dregisters.rst78 C/B (carry/borrow bits) used by C code
/linux-6.12.1/rust/kernel/sync/
Darc.rs343 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method
/linux-6.12.1/arch/arm/nwfpe/
Dsoftfloat-macros399 2^128, so any borrow out (carry out) is lost. The result is broken into two
418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/linux-6.12.1/Documentation/driver-api/
Dparport-lowlevel.rst641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
/linux-6.12.1/arch/m68k/ifpsp060/src/
Dfplsp.S9559 #..use the borrow of the previous compare
9560 bcs.b R_LT_Y # borrow is set iff R < Y