Searched refs:allocation (Results 1 – 20 of 20) sorted by relevance
/drivers/acpi/acpica/ |
D | uttrack.c | 66 *allocation); 130 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track() local 141 allocation = in acpi_ut_allocate_and_track() 143 if (!allocation) { in acpi_ut_allocate_and_track() 153 status = acpi_ut_track_allocation(allocation, size, in acpi_ut_allocate_and_track() 157 acpi_os_free(allocation); in acpi_ut_allocate_and_track() 170 return ((void *)&allocation->user_space); in acpi_ut_allocate_and_track() 192 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_zeroed_and_track() local 203 allocation = in acpi_ut_allocate_zeroed_and_track() 206 if (!allocation) { in acpi_ut_allocate_zeroed_and_track() [all …]
|
D | utalloc.c | 67 void *allocation; in acpi_os_allocate_zeroed() local 71 allocation = acpi_os_allocate(size); in acpi_os_allocate_zeroed() 72 if (allocation) { in acpi_os_allocate_zeroed() 76 ACPI_MEMSET(allocation, 0, size); in acpi_os_allocate_zeroed() 79 return (allocation); in acpi_os_allocate_zeroed()
|
/drivers/staging/gdm724x/ |
D | TODO | 10 - Review use of atomic allocation for tx structs 12 - fix up static tty port allocation to be dynamic
|
/drivers/media/dvb-core/ |
D | Kconfig | 19 bool "Dynamic DVB minor allocation" 24 allocation for any device that uses the DVB major number.
|
/drivers/message/i2o/ |
D | README.ioctl | 148 ENOMEM Kernel memory allocation error 185 ENOMEM Kernel memory allocation error 230 ENOMEM Kernel memory allocation error 272 ENOMEM Kernel memory allocation error 309 ENOMEM Kernel memory allocation error 370 ENOMEM Kernel memory allocation error
|
/drivers/staging/netlogic/ |
D | TODO | 2 * All memory allocation should be changed to DMA allocations
|
/drivers/usb/core/ |
D | Kconfig | 35 bool "Dynamic USB minor allocation" 38 allocation for any device that uses the USB major number.
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 27 Due to resource allocation issues in the Linux SCSI mid-layer, using 28 a high number of commands per device may result in memory allocation
|
D | Kconfig.aic7xxx | 32 Due to resource allocation issues in the Linux SCSI mid-layer, using 33 a high number of commands per device may result in memory allocation
|
/drivers/pci/ |
D | Kconfig | 30 bool "Enable PCI resource re-allocation detection" 34 re-allocation needs to be enabled. You can always use pci=realloc=on
|
/drivers/staging/android/ion/ |
D | ion.c | 1266 struct ion_allocation_data allocation; in ion_ioctl() member 1285 handle = ion_alloc(client, data.allocation.len, in ion_ioctl() 1286 data.allocation.align, in ion_ioctl() 1287 data.allocation.heap_id_mask, in ion_ioctl() 1288 data.allocation.flags); in ion_ioctl() 1292 data.allocation.handle = handle->id; in ion_ioctl()
|
/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 534 u8 allocation = 0; in ath10k_htc_get_credit_allocation() local 539 allocation = in ath10k_htc_get_credit_allocation() 543 return allocation; in ath10k_htc_get_credit_allocation()
|
/drivers/pnp/pnpbios/ |
D | Kconfig | 31 allocation, ESCD, and other PNPBIOS services. Using this
|
/drivers/block/drbd/ |
D | Kconfig | 62 256 allocation of peer_requests
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 1210 u8 allocation = 0; in htc_get_credit_alloc() local 1215 allocation = in htc_get_credit_alloc() 1219 if (allocation == 0) { in htc_get_credit_alloc() 1225 return allocation; in htc_get_credit_alloc()
|
/drivers/staging/android/ |
D | Kconfig | 53 Binder selftest checks the allocation and free of binder buffers
|
/drivers/uio/ |
D | Kconfig | 51 but the memory allocation is not performed until
|
/drivers/char/agp/ |
D | Kconfig | 15 due to kernel allocation issues), you could use PCI accesses
|
/drivers/xen/ |
D | Kconfig | 9 the system to expand the domain's memory allocation, or alternatively
|
/drivers/media/usb/pwc/ |
D | philips.txt | 203 16 0x10 Memory allocation of buffers, etc. Off
|