Home
last modified time | relevance | path

Searched refs:performance (Results 1 – 25 of 70) sorted by relevance

123

/drivers/acpi/
Dprocessor_perflib.c80 ppc >= pr->performance->state_count) in acpi_processor_get_platform_limit()
98 qos_value = pr->performance->states[index].core_frequency * 1000; in acpi_processor_get_platform_limit()
128 if (ignore_ppc || !pr->performance) { in acpi_processor_ppc_has_changed()
158 if (!pr || !pr->performance || !pr->performance->state_count) in acpi_processor_get_bios_limit()
160 *limit = pr->performance->states[pr->performance_platform_limit]. in acpi_processor_get_bios_limit()
246 memcpy(&pr->performance->control_register, obj.buffer.pointer, in acpi_processor_get_performance_control()
263 memcpy(&pr->performance->status_register, obj.buffer.pointer, in acpi_processor_get_performance_control()
334 pr->performance->state_count = pss->package.count; in acpi_processor_get_performance_states()
335 pr->performance->states = in acpi_processor_get_performance_states()
339 if (!pr->performance->states) { in acpi_processor_get_performance_states()
[all …]
Dprocessor_throttling.c694 state, pr->throttling.states[state].performance); in acpi_processor_get_throttling_fadt()
934 pr->throttling.states[i].performance = 1000 - step * i; in acpi_processor_get_fadt_info()
1007 (pr->throttling.states[state].performance ? pr-> in acpi_processor_set_throttling_fadt()
1008 throttling.states[state].performance / 10 : 0)); in acpi_processor_set_throttling_fadt()
/drivers/xen/
Dxen-acpi-processor.c145 dst_states = kcalloc(_pr->performance->state_count, in xen_copy_pss_data()
150 dst_perf->state_count = _pr->performance->state_count; in xen_copy_pss_data()
151 for (i = 0; i < _pr->performance->state_count; i++) { in xen_copy_pss_data()
153 memcpy(&(dst_states[i]), &(_pr->performance->states[i]), in xen_copy_pss_data()
169 dst->shared_type = _pr->performance->shared_type; in xen_copy_psd_data()
171 pdomain = &(_pr->performance->domain_info); in xen_copy_psd_data()
220 xen_copy_pct_data(&(_pr->performance->control_register), in push_pxx_to_hypervisor()
222 xen_copy_pct_data(&(_pr->performance->status_register), in push_pxx_to_hypervisor()
247 perf = _pr->performance; in push_pxx_to_hypervisor()
280 if (_pr->performance && _pr->performance->states) in upload_pm_data()
[all …]
/drivers/perf/hisilicon/
DKconfig6 Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home
7 Agent performance monitor and DDR Controller performance monitor.
/drivers/perf/
DKconfig56 Say y if you want to use CPU performance monitors on ARM-based
76 Provides support for performance monitor unit in ARM DynamIQ Shared
85 Provides support for the DDR performance monitor in i.MX8, which
94 Provides support for the L2 cache performance monitor unit (PMU)
104 Provides support for the L3 cache performance monitor unit (PMU)
123 Say y if you want to use APM X-Gene SoC performance monitors.
/drivers/soc/qcom/
DKconfig87 allocate memory from OCMEM based on performance, latency and power
127 performance states. The driver communicates a performance state
137 performance states. The driver communicates a performance state
/drivers/cpufreq/
DKconfig56 bool "performance"
59 Use the CPUFreq governor 'performance' as default. This sets
91 driver. Fallback governor will be the performance governor.
104 driver. Fallback governor will be the performance governor.
114 governor will be 'performance'.
119 tristate "'performance' governor"
DKconfig.arm15 performance values which allows the remote power
17 performance. CPPC relies on power management firmware
28 by using CPPC delivered and reference performance counters.
/drivers/gpu/drm/i915/
DKconfig.debug46 performance but will catch some internal issues.
139 performance but will catch some internal issues.
151 performance but will catch some internal issues.
163 performance but will help resolve GuC related issues.
/drivers/amba/
DKconfig12 which controls AHB bus master arbitration and some performance
/drivers/acpi/numa/
DKconfig17 performance attributes through the node's sysfs device if
/drivers/atm/
DKconfig60 generally using printks, but still has some impact on performance.
175 generally using printks, but still has some impact on performance.
232 inactive, they will have only a modest impact on performance.
270 inactive, they will have only a modest impact on performance.
294 inactive, they will have only a modest impact on performance.
328 inactive, they will have only a modest impact on performance.
/drivers/ntb/test/
DKconfig25 This is a tool to measure raw NTB performance by transferring data
/drivers/soc/rockchip/
DKconfig31 In order to meet high performance and low power requirements, a power
/drivers/platform/x86/intel/
DKconfig139 This driver reads maximum performance ratio of each CPU and set up
141 CPU with higher performance to schedule tasks.
/drivers/infiniband/ulp/ipoib/
DKconfig49 turned off, this debugging code will have some performance
/drivers/staging/qlge/
DTODO24 * reorder struct members to avoid holes if it doesn't impact performance
/drivers/soc/mediatek/
DKconfig64 In order to meet high performance and low power requirements, the System
/drivers/net/ethernet/netronome/
DKconfig64 performance.
/drivers/platform/mellanox/
DKconfig67 to performance monitoring counters within various blocks in the
/drivers/ufs/core/
DKconfig41 The UFS HPB feature improves random read performance. It caches
/drivers/net/ethernet/sfc/
DKconfig55 features, allowing accelerated network performance in
/drivers/soc/fsl/qbman/
DKconfig27 any use of the exported API. Not recommended for performance.
/drivers/scsi/arm/
DKconfig20 In general, this improves performance; however some SCSI devices
/drivers/mtd/nand/onenand/
DKconfig32 Enable dmaengine and gpiolib for better performance.

123