[go: nahoru, domu]

Searched refs:allocation (Results 1 - 6 of 6) sorted by relevance

/drivers/acpi/acpica/
H A Duttrack.c3 * Module Name: uttrack - Memory allocation tracking routines (debug only)
48 * Each memory allocation is tracked via a doubly linked list. Each
66 *allocation);
116 * PARAMETERS: size - Size of the allocation
130 struct acpi_debug_mem_block *allocation; local
141 allocation =
143 if (!allocation) {
145 /* Report allocation error */
153 status = acpi_ut_track_allocation(allocation, size,
157 acpi_os_free(allocation);
192 struct acpi_debug_mem_block *allocation; local
251 acpi_ut_free_and_track(void *allocation, u32 component, const char *module, u32 line) argument
311 acpi_ut_find_allocation(struct acpi_debug_mem_block *allocation) argument
365 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, acpi_size size, u8 alloc_type, u32 component, const char *module, u32 line) argument
455 acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation, u32 component, const char *module, u32 line) argument
[all...]
H A Dutalloc.c3 * Module Name: utalloc - local memory allocation routines
56 * PARAMETERS: size - Size of the allocation
67 void *allocation; local
71 allocation = acpi_os_allocate(size);
72 if (allocation) {
76 ACPI_MEMSET(allocation, 0, size);
79 return (allocation);
147 /* Memory allocation lists */
206 /* Debug only - display leftover memory allocation, if any */
307 * purposefully bypass the (optionally enabled) internal allocation
[all...]
/drivers/media/dvb-core/
H A DKconfig19 bool "Dynamic DVB minor allocation"
24 allocation for any device that uses the DVB major number.
/drivers/staging/android/ion/
H A Dion.c252 allocation via dma_map_sg. The implicit contract here is that
1246 struct ion_allocation_data allocation; member in union:__anon6246
1265 handle = ion_alloc(client, data.allocation.len,
1266 data.allocation.align,
1267 data.allocation.heap_id_mask,
1268 data.allocation.flags);
1272 data.allocation.handle = handle->id;
/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c1210 u8 allocation = 0; local
1215 allocation =
1219 if (allocation == 0) {
1221 "HTC Service TX : 0x%2.2X : allocation is zero!\n",
1225 return allocation;
/drivers/net/wireless/ath/ath10k/
H A Dhtc.c532 u8 allocation = 0; local
537 allocation =
541 return allocation;

Completed in 487 milliseconds