/drivers/acpi/acpica/ |
D | uttrack.c | 32 *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 …]
|
D | utalloc.c | 33 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/ |
D | ion.c | 111 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/ |
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 | 20 bool "Dynamic DVB minor allocation" 24 allocation for any device that uses the DVB major number.
|
/drivers/gpu/drm/amd/display/dc/bios/ |
D | command_table.c | 945 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/ |
D | TODO | 2 * All memory allocation should be changed to DMA allocations
|
/drivers/staging/exfat/ |
D | TODO | 9 block allocation when actual writes happen? If nothing else, it never
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 28 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
|
D | Kconfig.aic7xxx | 33 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/ |
D | Kconfig | 36 bool "Dynamic USB minor allocation" 39 allocation for any device that uses the USB major number.
|
/drivers/android/ |
D | Kconfig | 53 Binder selftest checks the allocation and free of binder buffers
|
/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 50 allocation has not been supported and it is too expensive to use
|
/drivers/pnp/pnpbios/ |
D | Kconfig | 32 allocation, ESCD, and other PNPBIOS services. Using this
|
/drivers/pci/ |
D | Kconfig | 78 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/ |
D | htc.c | 573 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/ |
D | Kconfig | 62 256 allocation of peer_requests
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 1200 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/ |
D | TODO | 2 queues become empty because of allocation failures (ex. under memory
|
/drivers/staging/vc04_services/interface/vchi/ |
D | TODO | 90 The first thing one generally sees in a probe function is a memory allocation
|
/drivers/char/agp/ |
D | Kconfig | 16 due to kernel allocation issues), you could use PCI accesses
|
/drivers/staging/wusbcore/Documentation/ |
D | wusb-design-overview.rst | 50 5. Bandwidth allocation 75 time/media allocation units for transferring data. At the beginning of 255 Bandwidth allocation
|
/drivers/uio/ |
D | Kconfig | 52 but the memory allocation is not performed until
|
/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppatomctrl.c | 1456 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/ |
D | Kconfig | 10 the system to expand the domain's memory allocation, or alternatively
|