Searched refs:performance (Results 1 – 25 of 57) sorted by relevance
123
/drivers/acpi/ |
D | processor_perflib.c | 90 if (!pr || !pr->performance) in acpi_processor_ppc_notifier() 95 if (ppc >= pr->performance->state_count) in acpi_processor_ppc_notifier() 99 pr->performance->states[ppc]. in acpi_processor_ppc_notifier() 162 if (ignore_ppc || !pr->performance) { in acpi_processor_ppc_has_changed() 192 if (!pr || !pr->performance || !pr->performance->state_count) in acpi_processor_get_bios_limit() 194 *limit = pr->performance->states[pr->performance_platform_limit]. in acpi_processor_get_bios_limit() 255 memcpy(&pr->performance->control_register, obj.buffer.pointer, in acpi_processor_get_performance_control() 272 memcpy(&pr->performance->status_register, obj.buffer.pointer, in acpi_processor_get_performance_control() 344 pr->performance->state_count = pss->package.count; in acpi_processor_get_performance_states() 345 pr->performance->states = in acpi_processor_get_performance_states() [all …]
|
D | processor_throttling.c | 716 state, pr->throttling.states[state].performance)); in acpi_processor_get_throttling_fadt() 967 pr->throttling.states[i].performance = 1000 - step * i; in acpi_processor_get_fadt_info() 1040 (pr->throttling.states[state].performance ? pr-> in acpi_processor_set_throttling_fadt() 1041 throttling.states[state].performance / 10 : 0))); in acpi_processor_set_throttling_fadt()
|
/drivers/staging/lustre/lustre/include/ |
D | obd_cksum.h | 67 unsigned int performance = 0, tmp; in cksum_type_pack() local 72 if (tmp > performance) { in cksum_type_pack() 73 performance = tmp; in cksum_type_pack() 79 if (tmp > performance) { in cksum_type_pack() 80 performance = tmp; in cksum_type_pack() 86 if (tmp > performance) { in cksum_type_pack() 87 performance = tmp; in cksum_type_pack()
|
/drivers/xen/ |
D | xen-acpi-processor.c | 151 dst_states = kcalloc(_pr->performance->state_count, in xen_copy_pss_data() 156 dst_perf->state_count = _pr->performance->state_count; in xen_copy_pss_data() 157 for (i = 0; i < _pr->performance->state_count; i++) { in xen_copy_pss_data() 159 memcpy(&(dst_states[i]), &(_pr->performance->states[i]), in xen_copy_pss_data() 175 dst->shared_type = _pr->performance->shared_type; in xen_copy_psd_data() 177 pdomain = &(_pr->performance->domain_info); in xen_copy_psd_data() 226 xen_copy_pct_data(&(_pr->performance->control_register), in push_pxx_to_hypervisor() 228 xen_copy_pct_data(&(_pr->performance->status_register), in push_pxx_to_hypervisor() 253 perf = _pr->performance; in push_pxx_to_hypervisor() 286 if (_pr->performance && _pr->performance->states) in upload_pm_data() [all …]
|
/drivers/perf/ |
D | Kconfig | 13 Say y if you want to use CPU performance monitors on ARM-based 24 Provides support for the L2 cache performance monitor unit (PMU) 34 Provides support for the L3 cache performance monitor unit (PMU) 44 Say y if you want to use APM X-Gene SoC performance monitors.
|
/drivers/staging/lustre/lustre/ |
D | Kconfig | 26 performance computing. Source code of both kernel space and user space 39 expensive checks that may have a performance impact.
|
/drivers/cpufreq/ |
D | Kconfig | 60 startup. If in doubt, select 'performance'. 63 bool "performance" 66 Use the CPUFreq governor 'performance' as default. This sets 97 driver. Fallback governor will be the performance governor. 109 driver. Fallback governor will be the performance governor. 119 governor will be 'performance'. 124 tristate "'performance' governor"
|
D | Kconfig.arm | 289 performance values which allows the remote power 291 performance. CPPC relies on power management firmware
|
/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 34 performance but will catch some internal issues. 59 performance but will catch some internal issues. 71 performance but will catch some internal issues.
|
/drivers/amba/ |
D | Kconfig | 12 which controls AHB bus master arbitration and some performance
|
/drivers/scsi/arm/ |
D | Kconfig | 18 This is a feature of SCSI-2 which improves performance: the host 30 In general, this improves performance; however some SCSI devices
|
/drivers/atm/ |
D | Kconfig | 60 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. 327 inactive, they will have only a modest impact on performance.
|
/drivers/power/avs/ |
D | Kconfig | 9 (temperature depending performance).
|
/drivers/soc/rockchip/ |
D | Kconfig | 22 In order to meet high performance and low power requirements, a power
|
/drivers/ntb/test/ |
D | Kconfig | 24 This is a tool to measure raw NTB performance by transferring data
|
/drivers/net/ethernet/netronome/ |
D | Kconfig | 46 performance.
|
/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 48 turned off, this debugging code will have some performance
|
/drivers/net/ethernet/adi/ |
D | Kconfig | 38 To get maximum network performance, you should use L1 memory as rx/tx
|
/drivers/net/ethernet/sfc/ |
D | Kconfig | 53 features, allowing accelerated network performance in
|
/drivers/soc/fsl/qbman/ |
D | Kconfig | 26 any use of the exported API. Not recommended for performance.
|
/drivers/md/ |
D | Kconfig | 114 of redundancy and performance. 311 dm-cache attempts to improve performance of a block device by 312 moving frequently used data to a smaller, higher performance 326 of less memory utilization, improved performance and increased 584 hash device, since verification of hash blocks is less performance
|
/drivers/thermal/int340x_thermal/ |
D | int3403_thermal.c | 37 u64 performance; member
|
/drivers/staging/lustre/ |
D | README.txt | 15 in parallel to maximize performance.
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 30 the default is set to 32. Higher values may result in higher performance
|
D | Kconfig.aic7xxx | 35 the default is set to 32. Higher values may result in higher performance
|
123