| /linux/drivers/android/binder/ |
| H A D | allocation.rs | 52 pub(crate) struct Allocation { struct 64 impl Allocation { argument 241 impl Drop for Allocation { implementation 295 pub(crate) struct NewAllocation(pub(crate) Allocation); 298 pub(crate) fn success(self) -> Allocation { in success() argument 307 type Target = Allocation; 308 fn deref(&self) -> &Allocation { in deref() argument 314 fn deref_mut(&mut self) -> &mut Allocation { in deref_mut() argument 324 pub(crate) alloc: &'a mut Allocation, 329 pub(crate) fn new(alloc: &'a mut Allocation, limit: usize) -> Self { in new() argument
|
| H A D | transaction.rs | 17 allocation::{Allocation, TranslatedFds}, 46 allocation: SpinLock<Option<Allocation>>,
|
| H A D | process.rs | 42 allocation::{Allocation, AllocationInfo, NewAllocation}, 1031 let res = Allocation::new( in buffer_alloc() 1064 pub(crate) fn buffer_get(self: &Arc<Self>, ptr: usize) -> Option<Allocation> { in buffer_get() argument 1069 let mut alloc = Allocation::new(self.clone(), debug_id, offset, size, ptr, false); in buffer_get() 1418 Allocation::new(self.clone(), debug_id, offset, size, ptr, false); in deferred_release()
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | mod.rs | 15 Allocated(Allocation<T>), 50 fn allocate<T>(self, data: Option<T>) -> Allocation<T> { in allocate() 51 Allocation { in allocate() 58 struct Allocation<T> { struct 63 impl<T> Allocation<T> { impl
|
| /linux/Documentation/mm/ |
| H A D | page_allocation.rst | 4 Page Allocation
|
| H A D | vmalloc.rst | 4 Virtually Contiguous Memory Allocation
|
| H A D | slab.rst | 4 Slab Allocation
|
| H A D | split_page_table_lock.rst | 78 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
|
| H A D | vmalloced-kernel-stacks.rst | 83 Allocation chapter
|
| /linux/Documentation/driver-api/cxl/ |
| H A D | index.rst | 48 :caption: Memory Allocation
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | README | 11 Allocation test on Intel RDT hardware. More tests will be added in the future.
|
| /linux/Documentation/driver-api/usb/ |
| H A D | anchors.rst | 15 Allocation and Initialisation
|
| /linux/drivers/gpu/drm/display/ |
| H A D | Kconfig | 53 DP tunnel features like the Bandwidth Allocation mode to maximize the
|
| /linux/Documentation/core-api/ |
| H A D | mm-api.rst | 19 Memory Allocation Controls
|
| H A D | idr.rst | 4 ID Allocation
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | overview.rst | 39 e) Contiguous Memory Allocation
|
| H A D | early-boot.rst | 122 Contiguous Memory Allocation
|
| /linux/Documentation/ABI/stable/ |
| H A D | firewire-cdev | 41 - Allocation of IEEE 1212 address ranges on the local
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | allocators.rst | 3 Block and Inode Allocation Policy
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | Kconfig | 73 Allocation mode for such tunnels. This allows using the maximum
|
| /linux/Documentation/filesystems/ |
| H A D | resctrl.rst | 21 RDT (Resource Director Technology) Allocation "rdt_a" 22 CAT (Cache Allocation Technology) "cat_l3", "cat_l2" 26 MBA (Memory Bandwidth Allocation) "mba" 27 SMBA (Slow Memory Bandwidth Allocation) "" 30 SDCIAE (Smart Data Cache Injection Allocation Enforcement) "" 183 Data Cache Injection Allocation Enforcement (SDCIAE). The CLOSID for 856 Memory bandwidth Allocation and monitoring 943 Memory bandwidth Allocation (default mode) 951 Memory bandwidth Allocation specified in MiBps 959 Slow Memory Bandwidth Allocation (SMBA) [all …]
|
| /linux/Documentation/driver-api/tty/ |
| H A D | tty_driver.rst | 9 Allocation chapter
|
| /linux/Documentation/PCI/ |
| H A D | pci-iov-howto.rst | 22 Allocation of the VF can be dynamically controlled by the PF via
|
| /linux/Documentation/sound/ |
| H A D | utimers.rst | 56 ``fd`` field of the ``snd_timer_uinfo`` struct. Allocation of a file
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig | 166 Allocation mode for such tunnels. This allows using the maximum
|