Searched refs:allocation (Results 1 – 22 of 22) 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 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/staging/wilc1000/ |
D | Kconfig | 19 This choice supports static allocation of the memory 27 This choice supports dynamic allocation of the memory
|
/drivers/staging/netlogic/ |
D | TODO | 2 * All memory allocation should be changed to DMA allocations
|
/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 | 40 bool "Enable PCI resource re-allocation detection" 44 re-allocation needs to be enabled. You can always use pci=realloc=on
|
/drivers/usb/core/ |
D | Kconfig | 35 bool "Dynamic USB minor allocation" 38 allocation for any device that uses the USB major number.
|
/drivers/android/ |
D | Kconfig | 40 Binder selftest checks the allocation and free of binder buffers
|
/drivers/staging/android/ion/ |
D | ion.c | 1296 struct ion_allocation_data allocation; in ion_ioctl() member 1315 handle = ion_alloc(client, data.allocation.len, in ion_ioctl() 1316 data.allocation.align, in ion_ioctl() 1317 data.allocation.heap_id_mask, in ion_ioctl() 1318 data.allocation.flags); in ion_ioctl() 1322 data.allocation.handle = handle->id; in ion_ioctl()
|
/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 496 u8 allocation = 0; in ath10k_htc_get_credit_allocation() local 501 allocation = in ath10k_htc_get_credit_allocation() 505 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/char/agp/ |
D | Kconfig | 15 due to kernel allocation issues), you could use PCI accesses
|
/drivers/uio/ |
D | Kconfig | 51 but the memory allocation is not performed until
|
/drivers/xen/ |
D | Kconfig | 9 the system to expand the domain's memory allocation, or alternatively
|
/drivers/staging/fsl-mc/ |
D | README.txt | 332 allocation by other DPAA2 drivers.
|
/drivers/media/usb/pwc/ |
D | philips.txt | 203 16 0x10 Memory allocation of buffers, etc. Off
|
/drivers/thermal/ |
D | Kconfig | 90 system and device power allocation. This governor can only
|