| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | mtrace | 166 if (defined $allocated{$allocaddr}) { 171 $allocated{$allocaddr}=$howmuch; 177 if (defined $allocated{$allocaddr}) { 178 undef $allocated{$allocaddr}; 187 if (defined $allocated{$allocaddr}) { 188 undef $allocated{$allocaddr}; 197 if (defined $allocated{$allocaddr}) { 199 hex($allocaddr), $nr, $allocated{$allocaddr}, 202 $allocated{$allocaddr}=$howmuch; 220 @addrs= keys %allocated; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | mtrace | 166 if (defined $allocated{$allocaddr}) { 171 $allocated{$allocaddr}=$howmuch; 177 if (defined $allocated{$allocaddr}) { 178 undef $allocated{$allocaddr}; 187 if (defined $allocated{$allocaddr}) { 188 undef $allocated{$allocaddr}; 197 if (defined $allocated{$allocaddr}) { 199 hex($allocaddr), $nr, $allocated{$allocaddr}, 202 $allocated{$allocaddr}=$howmuch; 220 @addrs= keys %allocated; [all …]
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | iso-resources.c | 31 r->allocated = false; in fw_iso_resources_init() 43 WARN_ON(r->allocated); in fw_iso_resources_destroy() 111 if (WARN_ON(r->allocated)) in fw_iso_resources_allocate() 137 r->allocated = true; in fw_iso_resources_allocate() 171 if (!r->allocated) { in fw_iso_resources_update() 190 r->allocated = false; in fw_iso_resources_update() 223 if (r->allocated) { in fw_iso_resources_free() 231 r->allocated = false; in fw_iso_resources_free()
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | matrix.c | 15 unsigned int allocated; member 153 unsigned int cpu, best_cpu, allocated = UINT_MAX; in matrix_find_best_cpu_managed() local 161 if (!cm->online || cm->managed_allocated > allocated) in matrix_find_best_cpu_managed() 165 allocated = cm->managed_allocated; in matrix_find_best_cpu_managed() 192 cm->allocated--; in irq_matrix_assign_system() 306 cm->allocated++; in irq_matrix_alloc_managed() 329 cm->allocated++; in irq_matrix_assign() 398 cm->allocated++; in irq_matrix_alloc() 429 cm->allocated--; in irq_matrix_free() 478 return cm->allocated; in irq_matrix_allocated() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | page_owner.rst | 4 page owner: Tracking about who allocated each page 10 page owner is for the tracking about who allocated each page. 61 memory system, so, until initialization, many pages can be allocated and 62 they would have no owner information. To fix it up, these early allocated 63 pages are investigated and marked as allocated in initialization phase. 65 at least, we can tell whether the page is allocated or not, 66 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages 67 are catched and marked, although they are mostly allocated from struct 88 See the result about who allocated each page
|
| H A D | zsmalloc.rst | 29 location of the allocated object. The reason for this indirection is that 64 the number of objects allocated 66 the number of objects allocated to the user 68 the number of pages allocated for the class 74 * n = number of allocated objects
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | xen-front.rst | 15 Buffers allocated by the frontend driver 19 :doc: Buffers allocated by the frontend driver 21 Buffers allocated by the backend 25 :doc: Buffers allocated by the backend
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0001-BaseTools-fix-gcc12-warning.patch | 7 545 | Error(NULL, 0, 4001, "Resource", "memory cannot be allocated of %s", InFileHandle); 29 - Error(NULL, 0, 4001, "Resource", "memory cannot be allocated of %s", InFileHandle); 30 + Error(NULL, 0, 4001, "Resource", "memory cannot be allocated for %s", InFile); 42 - Error(NULL, 0, 4001, "Resource", "memory cannot be allocated of %s", InFileHandle); 43 + Error(NULL, 0, 4001, "Resource", "memory cannot be allocated for %s", InFile);
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sock.h | 95 TP_PROTO(struct sock *sk, struct proto *prot, long allocated, int kind), 97 TP_ARGS(sk, prot, allocated, kind), 102 __field(long, allocated) 116 __entry->allocated = allocated; 130 __entry->allocated,
|
| H A D | irq_matrix.h | 77 __field( unsigned int, allocated ) 90 __entry->allocated = cmap->allocated; 100 __entry->available, __entry->allocated,
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_sw.c | 276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument 282 *allocated = 0; in fdt_find_add_string_() 288 *allocated = 1; in fdt_find_add_string_() 297 int allocated; in fdt_property_placeholder() local 303 allocated = 1; in fdt_property_placeholder() 306 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder() 313 if (allocated) in fdt_property_placeholder()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-reqbufs.rst | 38 Memory mapped buffers are located in device memory and must be allocated 40 space. User buffers are allocated by applications themselves, and this 43 allocated by applications through a device driver, and this ioctl only 54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev… 56 function correctly. The actual allocated buffer size can is returned
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | vio.c | 153 if (viodev->cmo.entitled > viodev->cmo.allocated) in vio_cmo_alloc() 154 reserve_free = viodev->cmo.entitled - viodev->cmo.allocated; in vio_cmo_alloc() 165 viodev->cmo.allocated += size; in vio_cmo_alloc() 200 if (viodev->cmo.allocated > viodev->cmo.entitled) { in vio_cmo_dealloc() 201 excess_freed = min(reserve_freed, (viodev->cmo.allocated - in vio_cmo_dealloc() 207 viodev->cmo.allocated -= (reserve_freed + excess_freed); in vio_cmo_dealloc() 318 if ((viodev->cmo.entitled > viodev->cmo.allocated) && in vio_cmo_entitlement_update() 321 max_t(size_t, viodev->cmo.allocated, in vio_cmo_entitlement_update() 344 if ((viodev->cmo.entitled > viodev->cmo.allocated) && in vio_cmo_entitlement_update() 347 max_t(size_t, viodev->cmo.allocated, in vio_cmo_entitlement_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vce.c | 684 uint32_t handle, uint32_t *allocated) in amdgpu_vce_validate_handle() argument 704 *allocated |= 1 << i; in amdgpu_vce_validate_handle() 726 uint32_t allocated = 0; in amdgpu_vce_ring_parse_cs() local 809 &allocated); in amdgpu_vce_ring_parse_cs() 826 allocated |= 1 << session_idx; in amdgpu_vce_ring_parse_cs() 828 } else if (!(allocated & (1 << session_idx))) { in amdgpu_vce_ring_parse_cs() 928 if (allocated & ~created) { in amdgpu_vce_ring_parse_cs() 939 tmp = allocated; in amdgpu_vce_ring_parse_cs() 961 uint32_t allocated = 0; in amdgpu_vce_ring_parse_cs_vm() local 979 &allocated); in amdgpu_vce_ring_parse_cs_vm() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/powercap/ |
| H A D | powercap_sys.c | 388 bool allocated; in powercap_release() local 394 allocated = power_zone->allocated; in powercap_release() 404 if (allocated) in powercap_release() 411 allocated = control_type->allocated; in powercap_release() 416 if (allocated) in powercap_release() 508 power_zone->allocated = true; in powercap_register_zone() 576 if (power_zone->allocated) in powercap_register_zone() 617 control_type->allocated = true; in powercap_register_control_type() 626 if (control_type->allocated) in powercap_register_control_type()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | atmel_tclib.c | 51 if (tc->allocated) in atmel_tc_alloc() 57 tc->allocated = true; in atmel_tc_alloc() 77 if (tc->allocated) in atmel_tc_free() 78 tc->allocated = false; in atmel_tc_free()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0072-affs-Fix-memory-leaks.patch | 6 The node structure reference is being allocated but not freed if it 11 Similarly, the call to grub_affs_create_node() replaces the allocated 12 memory in node with a newly allocated structure, leaking the existing 16 allocated memory, which seems unnecessary when we copy in the values
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | memory-allocation.rst | 15 memory should be allocated. The GFP acronym stands for "get free 60 ``GFP_HIGHUSER_MOVABLE`` does not require that allocated memory 64 ``GFP_HIGHUSER`` means that the allocated memory is not movable, 69 ``GFP_USER`` means that the allocated memory is not movable and it 81 used to ensure that the allocated memory is accessible by hardware 141 The maximal size of a chunk that can be allocated with `kmalloc` is 146 The address of a chunk allocated with `kmalloc` is aligned to at least 151 request pages from the page allocator. The memory allocated by `vmalloc` 169 When the allocated memory is no longer needed it must be freed. You can 170 use kvfree() for the memory allocated with `kmalloc`, `vmalloc` and
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 397 key->allocated = FALSE; in dixRegisterPrivateKey() 425 key->allocated = TRUE; in dixRegisterScreenPrivateKey() 521 ++global_keys[type].allocated; in dixAllocatePrivates() 547 --global_keys[type].allocated; in dixFreePrivates() 631 key->allocated = FALSE; in dixRegisterScreenSpecificPrivateKey() 746 global_keys[t].created * global_keys[t].offset, global_keys[t].allocated); in dixPrivateUsage() 749 alloc += global_keys[t].allocated; in dixPrivateUsage() 769 if (key->allocated) in dixResetPrivates() 780 global_keys[t].allocated = 0; in dixResetPrivates()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_virtual.c | 63 if (node->vm_node.allocated) { in mali_vma_offset_add() 69 node->vm_node.allocated = 1; in mali_vma_offset_add() 84 if (node->vm_node.allocated) { in mali_vma_offset_remove()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | hptiop.rst | 111 A request packet can be allocated in either IOP or host memory. 121 Requests allocated in host memory must be aligned on 32-bytes boundary. 126 allocated in IOP memory, write the offset to inbound queue port. For 127 requests allocated in host memory, write (0x80000000|(bus_addr>>5)) 134 For requests allocated in IOP memory, the request offset is posted to 137 For requests allocated in host memory, (0x80000000|(bus_addr>>5)) 144 For requests allocated in IOP memory, the host driver free the request 161 Requests allocated in host memory must be aligned on 32-bytes boundary.
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 2 /// Find uses of standard freeing functons on values allocated using devm_ 3 /// functions. Values allocated using the devm_functions are freed when 134 msg="WARNING: invalid free of devm_ allocated data" 141 msg="WARNING: invalid free of devm_ allocated data"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | dcsr.txt | 57 This node represents the region of DCSR space allocated to the EPU 107 This node represents the region of DCSR space allocated to the NPC 144 This node represents the region of DCSR space allocated to the NXC 168 This node represents the region of DCSR space allocated to 202 This node represents the region of DCSR space allocated to 231 This node represents the region of DCSR space allocated to 259 This node represents the region of DCSR space allocated to 291 This node represents the region of DCSR space allocated to 320 This node represents the region of DCSR space allocated to 349 This node represents the region of DCSR space allocated to
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_packet_manager.c | 94 if (WARN_ON(pm->allocated)) in pm_allocate_runlist_ib() 113 pm->allocated = true; in pm_allocate_runlist_ib() 265 pm->allocated = false; in pm_init() 410 if (pm->allocated) { in pm_release_ib() 412 pm->allocated = false; in pm_release_ib() 425 if (!pm->allocated) { in pm_debugfs_runlist()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/ |
| H A D | comedi_buf.c | 434 unsigned int allocated = comedi_buf_write_n_allocated(s); in comedi_buf_write_free() local 436 if (nbytes > allocated) in comedi_buf_write_free() 437 nbytes = allocated; in comedi_buf_write_free() 539 unsigned int allocated; in comedi_buf_read_free() local 547 allocated = comedi_buf_read_n_allocated(async); in comedi_buf_read_free() 548 if (nbytes > allocated) in comedi_buf_read_free() 549 nbytes = allocated; in comedi_buf_read_free()
|