| /linux/arch/powerpc/boot/ |
| H A D | devtree.c | 159 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/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 375 let ctx = unsafe { Arc::<Context>::borrow((*device).ctx) }; in rust_binder_open() 418 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_ioctl() 433 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_mmap() 450 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_poll() 467 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_flush()
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 9 use core::borrow::{Borrow, BorrowMut}; 481 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { 516 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { in borrow_mut() 569 /// # use core::borrow::Borrow; 589 fn borrow(&self) -> &T { 597 /// # use core::borrow::BorrowMut; 506 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { borrow() function 541 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { borrow() function 614 fn borrow(&self) -> &T { borrow() function
|
| H A D | kvec.rs | 18 borrow::{Borrow, BorrowMut}, 1041 fn borrow(&self) -> &[T] { in borrow() function
|
| /linux/rust/kernel/ |
| H A D | types.rs | 29 /// Type used to immutably borrow a value that is currently foreign-owned. 32 /// Type used to mutably borrow a value that is currently foreign-owned. 40 /// [`try_from_foreign`], [`borrow`], or [`borrow_mut`] can result in undefined behavior. 49 /// [`borrow`]: Self::borrow 96 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; 117 /// The lifetime `'a` must not overlap with the lifetime of any other call to [`borrow`] or 122 /// [`borrow`]: Self::borrow 140 unsafe fn borrow<' 98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; borrow() method 142 unsafe fn borrow<'a>(_: *mut c_void) -> Self::Borrowed<'a> {} borrow() method [all...] |
| H A D | xarray.rs | 196 unsafe { T::borrow(ptr.as_ptr()) } in get()
|
| H A D | device.rs | 293 unsafe { Pin::<KBox<T>>::borrow(ptr.cast()) } in drvdata_unchecked()
|
| H A D | cpufreq.rs | 640 Some(unsafe { T::borrow(self.as_ref().driver_data.cast()) }) in data()
|
| /linux/rust/quote/ |
| H A D | ident_fragment.rs | 3 use alloc::borrow::Cow;
|
| H A D | to_tokens.rs | 4 use alloc::borrow::Cow;
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | nbd.rst | 13 to borrow disk space from another computer.
|
| /linux/rust/pin-init/src/ |
| H A D | __internal.rs | 213 use ::std::{borrow::ToOwned, println, string::String}; in stack_init_reuse()
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 559 let sm = sm.borrow(); in start() 572 let sm = sm.borrow(); in end() 585 let sm = sm.borrow(); in file() 610 let sm = sm.borrow(); in join()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | srem_mod.S | 236 |..use the borrow of the previous compare 237 bcss R_LT_Y | ...borrow is set iff R < Y
|
| /linux/Documentation/arch/parisc/ |
| H A D | registers.rst | 78 C/B (carry/borrow bits) used by C code
|
| /linux/arch/arm/nwfpe/ |
| H A D | softfloat-macros | 399 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/Documentation/bpf/ |
| H A D | map_hash.rst | 240 The number of nodes to borrow from the global list in a batch, ``target_free``,
|
| /linux/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 646 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 9559 #..use the borrow of the previous compare 9560 bcs.b R_LT_Y # borrow is set iff R < Y
|