Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 25 of 28) sorted by relevance

12

/drivers/acpi/acpica/
Duttrack.c32 *allocation);
94 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track() local
105 allocation = in acpi_ut_allocate_and_track()
107 if (!allocation) { in acpi_ut_allocate_and_track()
118 acpi_ut_track_allocation(allocation, size, ACPI_MEM_MALLOC, in acpi_ut_allocate_and_track()
121 acpi_os_free(allocation); in acpi_ut_allocate_and_track()
135 return ((void *)&allocation->user_space); in acpi_ut_allocate_and_track()
157 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_zeroed_and_track() local
168 allocation = in acpi_ut_allocate_zeroed_and_track()
171 if (!allocation) { in acpi_ut_allocate_zeroed_and_track()
[all …]
Dutalloc.c33 void *allocation; in acpi_os_allocate_zeroed() local
37 allocation = acpi_os_allocate(size); in acpi_os_allocate_zeroed()
38 if (allocation) { in acpi_os_allocate_zeroed()
42 memset(allocation, 0, size); in acpi_os_allocate_zeroed()
45 return (allocation); in acpi_os_allocate_zeroed()
/drivers/staging/android/ion/
Dion.c111 struct ion_allocation_data allocation; member
162 fd = ion_alloc_fd(data.allocation.len, in ion_ioctl()
163 data.allocation.heap_id_mask, in ion_ioctl()
164 data.allocation.flags); in ion_ioctl()
168 data.allocation.fd = fd; in ion_ioctl()
/drivers/staging/gdm724x/
DTODO10 - Review use of atomic allocation for tx structs
12 - fix up static tty port allocation to be dynamic
/drivers/media/dvb-core/
DKconfig20 bool "Dynamic DVB minor allocation"
24 allocation for any device that uses the DVB major number.
/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table.c945 SET_PIXEL_CLOCK_PS_ALLOCATION allocation; in set_pixel_clock_v3() local
947 memset(&allocation, 0, sizeof(allocation)); in set_pixel_clock_v3()
950 allocation.sPCLKInput.ucPpll = ATOM_PPLL1; in set_pixel_clock_v3()
952 allocation.sPCLKInput.ucPpll = ATOM_PPLL2; in set_pixel_clock_v3()
956 allocation.sPCLKInput.usRefDiv = in set_pixel_clock_v3()
958 allocation.sPCLKInput.usFbDiv = in set_pixel_clock_v3()
960 allocation.sPCLKInput.ucFracFbDiv = in set_pixel_clock_v3()
962 allocation.sPCLKInput.ucPostDiv = in set_pixel_clock_v3()
966 allocation.sPCLKInput.usPixelClock = in set_pixel_clock_v3()
969 params = (PIXEL_CLOCK_PARAMETERS_V3 *)&allocation.sPCLKInput; in set_pixel_clock_v3()
[all …]
/drivers/staging/netlogic/
DTODO2 * All memory allocation should be changed to DMA allocations
/drivers/staging/exfat/
DTODO9 block allocation when actual writes happen? If nothing else, it never
/drivers/scsi/aic7xxx/
DKconfig.aic79xx28 Due to resource allocation issues in the Linux SCSI mid-layer, using
29 a high number of commands per device may result in memory allocation
DKconfig.aic7xxx33 Due to resource allocation issues in the Linux SCSI mid-layer, using
34 a high number of commands per device may result in memory allocation
/drivers/usb/core/
DKconfig36 bool "Dynamic USB minor allocation"
39 allocation for any device that uses the USB major number.
/drivers/android/
DKconfig53 Binder selftest checks the allocation and free of binder buffers
/drivers/net/ethernet/freescale/enetc/
DKconfig50 allocation has not been supported and it is too expensive to use
/drivers/pnp/pnpbios/
DKconfig32 allocation, ESCD, and other PNPBIOS services. Using this
/drivers/pci/
DKconfig78 bool "Enable PCI resource re-allocation detection"
82 re-allocation needs to be enabled. You can always use pci=realloc=on
/drivers/net/wireless/ath/ath10k/
Dhtc.c573 u8 allocation = 0; in ath10k_htc_get_credit_allocation() local
579 allocation = htc->total_transmit_credits; in ath10k_htc_get_credit_allocation()
581 return allocation; in ath10k_htc_get_credit_allocation()
/drivers/block/drbd/
DKconfig62 256 allocation of peer_requests
/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1200 u8 allocation = 0; in htc_get_credit_alloc() local
1205 allocation = in htc_get_credit_alloc()
1209 if (allocation == 0) { in htc_get_credit_alloc()
1215 return allocation; in htc_get_credit_alloc()
/drivers/staging/qlge/
DTODO2 queues become empty because of allocation failures (ex. under memory
/drivers/staging/vc04_services/interface/vchi/
DTODO90 The first thing one generally sees in a probe function is a memory allocation
/drivers/char/agp/
DKconfig16 due to kernel allocation issues), you could use PCI accesses
/drivers/staging/wusbcore/Documentation/
Dwusb-design-overview.rst50 5. Bandwidth allocation
75 time/media allocation units for transferring data. At the beginning of
255 Bandwidth allocation
/drivers/uio/
DKconfig52 but the memory allocation is not performed until
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppatomctrl.c1456 SET_VOLTAGE_PS_ALLOCATION allocation; in atomctrl_get_leakage_id_from_efuse() local
1458 (SET_VOLTAGE_PARAMETERS_V1_3 *)&allocation.sASICSetVoltage; in atomctrl_get_leakage_id_from_efuse()
/drivers/xen/
DKconfig10 the system to expand the domain's memory allocation, or alternatively

12