| /linux/drivers/android/binder/ |
| H A D | allocation.rs | 52 pub(crate) struct Allocation { struct 63 impl Allocation { argument 239 impl Drop for Allocation { implementation 296 pub(crate) struct NewAllocation(pub(crate) Allocation); 299 pub(crate) fn success(self) -> Allocation { in success() argument 308 type Target = Allocation; 309 fn deref(&self) -> &Allocation { in deref() argument 315 fn deref_mut(&mut self) -> &mut Allocation { in deref_mut() argument 325 pub(crate) alloc: &'a mut Allocation, 330 pub(crate) fn new(alloc: &'a mut Allocation, limit: usize) -> Self { in new() argument
|
| H A D | transaction.rs | 17 allocation::{Allocation, TranslatedFds}, 73 allocation: SpinLock<Option<Allocation>>,
|
| H A D | process.rs | 42 allocation::{Allocation, AllocationInfo, NewAllocation}, 1032 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); in buffer_get() 1417 let mut alloc = Allocation::new(self.clone(), debug_id, offset, size, ptr); in deferred_release()
|
| H A D | thread.rs | 27 allocation::{Allocation, AllocationView, BinderObject, BinderObjectRef, NewAllocation}, 888 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg() argument
|
| /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 | vmalloced-kernel-stacks.rst | 83 Allocation chapter
|
| /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/Documentation/driver-api/cxl/linux/ |
| H A D | overview.rst | 39 e) Contiguous Memory Allocation
|
| /linux/Documentation/core-api/ |
| H A D | idr.rst | 4 ID Allocation
|
| H A D | memory-allocation.rst | 4 Memory Allocation Guide
|
| /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/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/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 399 0x10, 0, ebx, 1, cat_l3 , L3 Cache Allocation Technology 400 0x10, 0, ebx, 2, cat_l2 , L2 Cache Allocation Technology 401 0x10, 0, ebx, 3, mba , Memory Bandwidth Allocation 822 0x80000008, 0, ebx, 6, mba , Memory Bandwidth Allocation (AMD bit) 1013 0x80000020, 0, ebx, 1, mba , Memory Bandwidth Allocation support 1014 0x80000020, 0, ebx, 2, smba , Slow Memory Bandwidth Allocation support 1018 0x80000020, 0, ebx, 6, sdciae , Smart Data Cache Injection (SDCI) Allocation Enforcement
|
| /linux/Documentation/arch/arm64/ |
| H A D | gcs.rst | 113 3. Allocation of Guarded Control Stacks
|
| /linux/Documentation/trace/coresight/ |
| H A D | panic.rst | 25 Allocation of trace buffer pages from reserved RAM
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | request-api.rst | 45 Request Allocation
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | driver.rst | 7 Allocation chapter
|
| /linux/Documentation/driver-api/media/ |
| H A D | mc-core.rst | 41 Allocation of the structure is handled by the media device driver, usually by
|