Home
last modified time | relevance | path

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

123

/drivers/acpi/
Dprocessor_perflib.c90 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 …]
Dprocessor_throttling.c716 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/
Dobd_cksum.h67 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/
Dxen-acpi-processor.c151 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/
DKconfig13 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/
DKconfig26 performance computing. Source code of both kernel space and user space
39 expensive checks that may have a performance impact.
/drivers/cpufreq/
DKconfig60 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"
DKconfig.arm289 performance values which allows the remote power
291 performance. CPPC relies on power management firmware
/drivers/gpu/drm/i915/
DKconfig.debug34 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/
DKconfig12 which controls AHB bus master arbitration and some performance
/drivers/scsi/arm/
DKconfig18 This is a feature of SCSI-2 which improves performance: the host
30 In general, this improves performance; however some SCSI devices
/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.
327 inactive, they will have only a modest impact on performance.
/drivers/power/avs/
DKconfig9 (temperature depending performance).
/drivers/soc/rockchip/
DKconfig22 In order to meet high performance and low power requirements, a power
/drivers/ntb/test/
DKconfig24 This is a tool to measure raw NTB performance by transferring data
/drivers/net/ethernet/netronome/
DKconfig46 performance.
/drivers/infiniband/ulp/ipoib/
DKconfig48 turned off, this debugging code will have some performance
/drivers/net/ethernet/adi/
DKconfig38 To get maximum network performance, you should use L1 memory as rx/tx
/drivers/net/ethernet/sfc/
DKconfig53 features, allowing accelerated network performance in
/drivers/soc/fsl/qbman/
DKconfig26 any use of the exported API. Not recommended for performance.
/drivers/md/
DKconfig114 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/
Dint3403_thermal.c37 u64 performance; member
/drivers/staging/lustre/
DREADME.txt15 in parallel to maximize performance.
/drivers/scsi/aic7xxx/
DKconfig.aic79xx30 the default is set to 32. Higher values may result in higher performance
DKconfig.aic7xxx35 the default is set to 32. Higher values may result in higher performance

123