Home
last modified time | relevance | path

Searched full:allocated (Results 1 – 25 of 4035) sorted by relevance

12345678910>>...162

/openbmc/qemu/tests/qemu-iotests/
H A D178.out.qcow222 fully allocated size: 196608
24 fully allocated size: 2148073472
26 fully allocated size: 68730224640
28 fully allocated size: 274920112128
30 fully allocated size: 1099679662080
32 fully allocated size: 2252143463694336
39 fully allocated size: 196608
48 fully allocated size: 1074135040
57 fully allocated size: 1074135040
65 fully allocated size: 1074135040
[all …]
H A D178.out.raw22 fully allocated size: 0
24 fully allocated size: 2147483648
26 fully allocated size: 68719476736
28 fully allocated size: 274877906944
30 fully allocated size: 1099511627776
32 fully allocated size: 2251799813685248
34 fully allocated size: 8070450532247928832
40 fully allocated size: 0
48 fully allocated size: 1073741824
56 fully allocated size: 1073741824
[all …]
H A D179.out11 2 MiB (0x200000) bytes not allocated at offset 0 bytes (0x0)
12 2 MiB (0x200000) bytes allocated at offset 2 MiB (0x200000)
13 2 MiB (0x200000) bytes not allocated at offset 4 MiB (0x400000)
14 2 MiB (0x200000) bytes allocated at offset 6 MiB (0x600000)
15 56 MiB (0x3800000) bytes not allocated at offset 8 MiB (0x800000)
25 2 MiB (0x200000) bytes not allocated at offset 0 bytes (0x0)
26 2 MiB (0x200000) bytes allocated at offset 2 MiB (0x200000)
27 2 MiB (0x200000) bytes not allocated at offset 4 MiB (0x400000)
28 2 MiB (0x200000) bytes allocated at offset 6 MiB (0x600000)
29 2 MiB (0x200000) bytes not allocated at offset 8 MiB (0x800000)
[all …]
H A D190.out6 fully allocated size: 2199023255552
8 fully allocated size: 2199359062016
11 fully allocated size: 2199042129920
17 fully allocated size: 10813440
19 fully allocated size: 2199023255552
21 fully allocated size: 17170432
23 fully allocated size: 2199359062016
27 fully allocated size: 2199359062016
34 "fully-allocated": 2199042129920
H A D197.out20 2 GiB (0x80010000) bytes allocated at offset 0 bytes (0x0)
21 1023.938 MiB (0x3fff0000) bytes not allocated at offset 2 GiB (0x80010000)
22 64 KiB (0x10000) bytes allocated at offset 3 GiB (0xc0000000)
23 1023.938 MiB (0x3fff0000) bytes not allocated at offset 3 GiB (0xc0010000)
32 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
45 28 KiB (0x7000) bytes not allocated at offset 0 bytes (0x0)
46 2 KiB (0x800) bytes allocated at offset 28 KiB (0x7000)
47 4 KiB (0x1000) bytes not allocated at offset 30 KiB (0x7800)
48 2 KiB (0x800) bytes allocated at offset 34 KiB (0x8800)
49 28 KiB (0x7000) bytes not allocated at offset 36 KiB (0x9000)
[all …]
H A D274.out13 1048576/1048576 bytes allocated at offset 0 bytes
14 1048576/1048576 bytes allocated at offset 1 MiB
16 0/1048576 bytes allocated at offset 0 bytes
17 0/0 bytes allocated at offset 1 MiB
19 0/1048576 bytes allocated at offset 0 bytes
20 0/1048576 bytes allocated at offset 1 MiB
186 1 GiB (0x40000000) bytes not allocated at offset 0 bytes (0x0)
187 7 GiB (0x1c0000000) bytes allocated at offset 1 GiB (0x40000000)
201 30 GiB (0x780000000) bytes not allocated at offset 0 bytes (0x0)
202 3 GiB (0xc0000000) bytes allocated at offset 30 GiB (0x780000000)
[all …]
/openbmc/linux/Documentation/core-api/
H A Dmemory-allocation.rst15 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
150 Chunks allocated with kmalloc() can be resized with krealloc(). Similarly
155 request pages from the page allocator. The memory allocated by `vmalloc`
173 When the allocated memory is no longer needed it must be freed.
[all …]
/openbmc/linux/kernel/irq/
H A Dmatrix.c15 unsigned int allocated; member
149 /* Find the best CPU which has the lowest number of managed IRQs allocated */
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()
174 * @replace: Replace an already allocated vector with a system
192 cm->allocated--; in irq_matrix_assign_system()
246 * This removes not allocated managed interrupts from the map. It does
262 /* Get managed bit which are not allocated */ in irq_matrix_remove_managed()
284 * @mapped_cpu: Pointer to store the CPU for which the irq was allocated
[all …]
/openbmc/linux/include/drm/
H A Ddrm_suballoc.h19 * @olist: List of allocated ranges.
20 * @flist: Array[fence context hash] of queues of fenced allocated ranges.
34 * struct drm_suballoc - Sub-allocated range
35 * @olist: List link for list of allocated ranges.
36 * @flist: List linkk for the manager fenced allocated ranges queues.
66 * Return: The start of the allocated range.
77 * Return: The end of the allocated range + 1.
88 * Return: The size of the allocated range.
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trace-id.h22 * complete. This allows the same CPU to be re-allocated its prior ID.
26 * reserved IDs from being allocated.
70 * allocating an new ID if one is not currently allocated.
72 * Numeric ID values allocated use legacy allocation algorithm if possible,
82 * Release an allocated trace ID associated with the CPU.
95 * Read the current allocated CoreSight Trace ID value for the CPU.
97 * Fast read of the current value that does not allocate if no ID allocated
126 * Release an allocated system trace ID.
128 * Unconditionally release a trace ID allocated to a system component.
130 * @id: value of trace ID allocated.
/openbmc/linux/Documentation/mm/
H A Dpage_owner.rst2 page owner: Tracking about who allocated each page
8 page owner is for the tracking about who allocated each page.
47 memory system, so, until initialization, many pages can be allocated and
48 they would have no owner information. To fix it up, these early allocated
49 pages are investigated and marked as allocated in initialization phase.
51 at least, we can tell whether the page is allocated or not,
52 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
53 are caught and marked, although they are mostly allocated from struct
76 Page allocated via order XXX, ...
80 Page allocated via order XXX, ...
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/
H A Duncore-interconnect.json3 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,…
28 … that are in DirectData mode. Such entry is defined as valid when it is allocated till data sent t…
32 … that are in DirectData mode. Such entry is defined as valid when it is allocated till data sent t…
37 …"BriefDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and no…
45 … "BriefDescription": "Number of Core coherent Data Read entries allocated in DirectData mode",
49 … "PublicDescription": "Number of Core coherent Data Read entries allocated in DirectData mode.",
54 …"BriefDescription": "Number of Writes allocated - any write transactions: full/partials writes and…
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_dvs.h45 u32 size; /* size of allocated memory in data_ptr */
62 * allocated pointer is stored in the data_ptr field. The other fields
70 u32 data_allocated; /* indicate whether data was allocated */
87 * @return error value if temporary memory cannot be allocated
121 * @return error value if temporary memory cannot be allocated
165 * @return Pointer to the allocated DVS statistics buffer on the ISP
179 * @return Pointer to the allocated DVS statistics buffer on the ISP
193 * @return Pointer to the allocated DVS statistics buffer on the host
207 * @return Pointer to the allocated DVS coefficients buffer
221 * @return Pointer to the allocated DVS 2.0 statistics buffer on the host
[all …]
H A Dia_css_3a.h85 * All of the data behind these pointers is allocated contiguously, the
86 * allocated pointer is stored in the data_ptr field. The other fields
97 was allocated or not. */
103 * @return error value if temporary memory cannot be allocated
132 * @return Pointer to the allocated 3a statistics buffer on the ISP
146 * @return Pointer to the allocated 3a statistics buffer on the host
161 * @return Pointer to the allocated 3a statistics map
184 * was allocated inside ia_css_isp_3a_statistics_map_allocate(), it
/openbmc/linux/sound/firewire/
H A Diso-resources.c31 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()
158 * any resources that were allocated before the bus reset. It is safe to call
159 * this function if no resources are currently allocated.
171 if (!r->allocated) { in fw_iso_resources_update()
190 r->allocated = false; in fw_iso_resources_update()
206 * fw_iso_resources_free - frees allocated resources
209 * This function deallocates the channel and bandwidth, if allocated.
[all …]
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dmem.c11 * newly allocated memory map
15 * Retrieve the UEFI memory map. The allocated memory leaves room for
74 * @addr: On return the address of the first allocated page. The first
75 * allocated page has alignment EFI_ALLOC_ALIGN which is an
77 * @max: the address that the last allocated memory page shall not
80 * Allocate pages as EFI_LOADER_DATA. The allocated pages are aligned according
81 * to EFI_ALLOC_ALIGN. The last allocated page will not exceed the address
118 * only be used to return pages allocated with efi_allocate_pages() or
H A Drelocate.c11 * @align: minimum alignment of the allocated memory area. It should
13 * @addr: on exit the address of the allocated memory
17 * EFI_LOADER_DATA. The allocated pages are aligned according to @align but at
18 * least EFI_ALLOC_ALIGN. The first allocated page will not below the address
99 * @alignment: minimum alignment of the allocated memory area. It
103 * Copy a memory area to a newly allocated memory area aligned according
105 * is not available, the allocated address will not be below @min_addr.
160 * have been allocated by UEFI, so we can safely use memcpy. in efi_relocate_kernel()
H A Dalignedmem.c11 * @addr: On return the address of the first allocated page. The first
12 * allocated page has alignment EFI_ALLOC_ALIGN which is an
14 * @max: the address that the last allocated memory page shall not
18 * Allocate pages as EFI_LOADER_DATA. The allocated pages are aligned according
19 * to @align, which should be >= EFI_ALLOC_ALIGN. The last allocated page will
/openbmc/linux/kernel/trace/
H A Dtracing_map.h67 * the way the insertion algorithm works, the size of the allocated
75 * tracing_map_elts are pre-allocated before any call is made to
78 * The tracing_map_entry array is allocated as a single block by
82 * generally be allocated together as a single large array without
83 * failure, they're allocated individually, by tracing_map_init().
85 * The pool of tracing_map_elts are allocated by tracing_map_init()
94 * array holding the pointers which make up the pre-allocated pool of
95 * tracing_map_elts is allocated as a single block and is stored in
113 * is created for each tracing_map_elt, again individually allocated
114 * to avoid failures that might be expected if allocated as a single
[all …]
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-mem.c145 * Invoke to cleanup the pci_epc_mem structure allocated in
171 * @epc: the EPC device on which memory has to be allocated
172 * @phys_addr: populate the allocated physical address here
173 * @size: the size of the address space that has to be allocated
236 * pci_epc_mem_free_addr() - free the allocated memory address
237 * @epc: the EPC device on which memory was allocated
238 * @phys_addr: the allocated physical address
239 * @virt_addr: virtual address of the allocated mem space
240 * @size: the size of the allocated address space
242 * Invoke to free the memory allocated using pci_epc_mem_alloc_addr.
/openbmc/linux/include/linux/
H A Dxz.h32 * dictionary doesn't need to be allocated as
34 * structures are allocated at initialization,
38 * allocated at initialization, so xz_dec_run()
41 * allocated once the required size has been
76 * tried to be allocated was no more than the
183 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
198 * @s: Decoder state allocated using xz_dec_init()
217 * xz_dec_reset() - Reset an already allocated decoder state
218 * @s: Decoder state allocated using xz_dec_init()
230 * xz_dec_end() - Free the memory allocated for the decoder state
[all …]
H A Dlz4.h181 * which must be already allocated
186 * into already allocated 'dest' buffer of size 'maxOutputSize'.
206 * which must be already allocated
231 * @targetDestSize: Size of buffer 'dest' which must be already allocated
236 * from 'source' buffer into already allocated buffer 'dest'
256 * which must be already allocated with 'originalSize' bytes
277 * which must be already allocated
300 * already allocated
333 * which must be already allocated
350 * LZ4_resetStreamHC() - Init an allocated 'LZ4_streamHC_t' structure
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dcache.json105 …nt counts operations where demand access hits an L2 cache refill buffer allocated by software or h…
108 …nt counts operations where demand access hits an L2 cache refill buffer allocated by software or h…
111 …ions where software or hardware prefetch hits an L2 cache refill buffer allocated by demand access…
114 …ions where software or hardware prefetch hits an L2 cache refill buffer allocated by demand access…
117 …nt counts operations where demand access hits an L2 cache refill buffer allocated by software or h…
120 …nt counts operations where demand access hits an L2 cache refill buffer allocated by software or h…
/openbmc/qemu/include/qemu/
H A Dmemalign.h19 * On success, returns allocated memory; on failure, returns NULL.
21 * The memory allocated through this function must be freed via
33 * The memory allocated through this function must be freed via
38 * qemu_vfree: Free memory allocated through qemu_memalign
41 * This function must be used to free memory allocated via qemu_memalign()
/openbmc/linux/kernel/dma/
H A Dcontiguous.c33 * where only movable pages can be allocated from. This way, kernel
35 * it, allocated pages can be migrated.
215 * has been activated and all other subsystems have already allocated/reserved
273 * has been activated and all other subsystems have already allocated/reserved
320 * dma_release_from_contiguous() - release allocated pages
321 * @dev: Pointer to device for which the pages were allocated.
322 * @pages: Allocated pages.
323 * @count: Number of allocated pages.
325 * This function releases memory allocated by dma_alloc_from_contiguous().
397 * dma_free_contiguous() - release allocated pages
[all …]

12345678910>>...162