Home
last modified time | relevance | path

Searched full:energy (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/Linux-v6.1/Documentation/scheduler/
Dsched-energy.rst2 Energy Aware Scheduling
8 Energy Aware Scheduling (or EAS) gives the scheduler the ability to predict
9 the impact of its decisions on the energy consumed by CPUs. EAS relies on an
10 Energy Model (EM) of the CPUs to select an energy efficient CPU for each task,
20 because this is where the potential for saving energy through scheduling is
25 please refer to its documentation (see Documentation/power/energy-model.rst).
32 - energy = [joule] (resource like a battery on powered devices)
33 - power = energy/time = [joule/second] = [watt]
35 The goal of EAS is to minimize energy, while still getting the job done. That
44 energy [J]
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-firmware-papr-energy-scale-info5 energy/frequency on Linux running as a PAPR guest.
9 energy-savings mode and processor frequency.
14 Description: Energy, frequency attributes directory for POWERVM servers
19 Description: String description of the energy attribute of <id>
24 Description: Numeric value of the energy attribute of <id>
29 Description: String value of the energy attribute of <id>
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dsmsc-lan87xx.txt12 - smsc,disable-energy-detect:
13 If set, do not enable energy detect mode for the SMSC phy.
14 default: enable energy detect mode
17 smsc phy with disabled energy detect mode on an am335x based board.
25 smsc,disable-energy-detect;
Dethernet-phy.yaml114 Mark the corresponding energy efficient ethernet mode as
120 Mark the corresponding energy efficient ethernet mode as
126 Mark the corresponding energy efficient ethernet mode as
132 Mark the corresponding energy efficient ethernet mode as
138 Mark the corresponding energy efficient ethernet mode as
144 Mark the corresponding energy efficient ethernet mode as
/Linux-v6.1/drivers/isdn/mISDN/
Ddsp_ecdis.h61 /* Estimate the overall energy in the channel, and the energy in in echo_can_disable_detector_update()
62 the notch (i.e. overall channel energy - tone energy => noise). in echo_can_disable_detector_update()
64 Damp the overall energy a little more for a stable result. in echo_can_disable_detector_update()
65 Damp the notch energy a little less, so we don't damp out the in echo_can_disable_detector_update()
70 /* There is adequate energy in the channel. in echo_can_disable_detector_update()
/Linux-v6.1/Documentation/hwmon/
Dibmaem.rst4 This driver talks to the IBM Systems Director Active Energy Manager, known
26 This driver implements sensor reading support for the energy and power meters
31 The v1 AEM interface has a simple set of features to monitor energy use. There
32 is a register that displays an estimate of raw energy consumption since the
37 range of energy and power use registers, the power cap as set by the AEM
Dltc2947.rst21 The LTC2947 is a high precision power and energy monitor that measures current,
22 voltage, power, temperature, charge and energy. The device supports both SPI
24 The device also measures accumulated quantities as energy. It has two banks of
25 register's to read/set energy related values. These banks can be configured
97 energy1_input Measured energy over time (in microJoule)
99 energy2_input Measured energy over time (in microJoule)
/Linux-v6.1/include/linux/
Denergy_model.h19 * energy calculation. Equal to: power * max_frequency / frequency
46 * misses during energy calculations in the scheduler
69 * energy consumption.
91 * To avoid possible energy estimation overflow on 32bit machines add
102 * To avoid an overflow on 32bit machines while calculating the energy
208 * em_cpu_energy() - Estimates the energy consumed by the CPUs of a
210 * @pd : performance domain for which energy has to be estimated
220 * Return: the sum of the energy consumed by the CPUs of the domain assuming
251 * Find the lowest performance state of the Energy Model above the in em_cpu_energy()
265 * the EM), the energy consumed by this CPU at that performance state in em_cpu_energy()
[all …]
/Linux-v6.1/arch/x86/events/
Drapl.c3 * Support Intel/AMD RAPL energy consumption counters
12 * RAPL provides more controls than just reporting energy consumption
13 * however here we only expose the 3 energy consumption free running
70 * RAPL energy status counters
397 RAPL_EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01");
398 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02");
399 RAPL_EVENT_ATTR_STR(energy-ram , rapl_ram, "event=0x03");
400 RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04");
401 RAPL_EVENT_ATTR_STR(energy-psys, rapl_psys, "event=0x05");
403 RAPL_EVENT_ATTR_STR(energy-cores.unit, rapl_cores_unit, "Joules");
[all …]
/Linux-v6.1/Documentation/power/
Denergy-model.rst4 Energy Model of devices
10 The Energy Model (EM) framework serves as an interface between drivers knowing
12 subsystems willing to use that information to make energy-aware decisions.
26 can be found in the Energy-Aware Scheduler documentation
27 Documentation/scheduler/sched-energy.rst. For some subsystems like thermal or
36 an 'abstract scale' deriving real energy in micro-Joules would not be possible.
51 | Energy Model |
162 There are two API functions which provide the access to the energy model:
168 Subsystems interested in the energy model of a CPU can retrieve it using the
169 em_cpu_get() API. The energy model tables are allocated once upon creation of
[all …]
/Linux-v6.1/net/bluetooth/
DKconfig31 SMP (Security Manager Protocol) on LE (Low Energy) links
74 bool "Bluetooth Low Energy (LE) features"
78 Bluetooth Low Energy includes support low-energy physical
85 IPv6 compression over Bluetooth Low Energy.
136 Bluetooth Low Energy Secure Connections feature.
/Linux-v6.1/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.85 x86_energy_perf_policy \- Manage Energy vs. Performance Policy via x86 Model Specific Registers
21 displays and updates energy-performance policy settings specific to
31 Further, it allows the OS to influence energy/performance trade-offs where there
82 Set a policy with a normal balance between performance and energy efficiency.
84 for potentially significant energy savings.
90 accepting no performance sacrifice for the benefit of energy efficiency.
94 but allowing some performance loss to benefit energy efficiency.
102 a measurable performance impact to maximize energy efficiency.
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dadi,ltc2947.yaml7 title: Analog Devices LTC2947 high precision power and energy monitor
13 Analog Devices LTC2947 high precision power and energy monitor over SPI or I2C.
29 charge and energy. When an external clock is used, this property must be
36 calculate charge and energy so that, they can be only accumulated for
68 the accumulation of charge, energy and time. This function can be
Dvexpress.txt10 "arm,vexpress-energy"
19 energy@0 {
20 compatible = "arm,vexpress-energy";
/Linux-v6.1/drivers/powercap/
DKconfig55 bool "Add CPU power capping based on the energy model"
59 energy model.
62 bool "Add device power capping based on the energy model"
66 energy model.
/Linux-v6.1/Documentation/translations/zh_CN/scheduler/
Dsched-energy.rst4 :Original: Documentation/scheduler/sched-energy.rst
30 它提供的内容,请参考其文档(见Documentation/power/energy-model.rst)。
77 见Documentation/power/energy-model.rst)
139 1024 - - - - - - - Energy Model
166 Energy calculation:
184 Energy calculation:
201 Energy calculation:
287 Documentation/power/energy-model.rst中的独立EM框架部分。
/Linux-v6.1/Documentation/admin-guide/pm/
Dintel_epb.rst5 Intel Performance and Energy Bias Hint
16 Intel Performance and Energy Bias Attribute in ``sysfs``
19 The Intel Performance and Energy Bias Hint (EPB) value for a given (logical) CPU
27 and a value of 15 corresponds to the maximum energy savings.
/Linux-v6.1/Documentation/x86/
Dintel-hfi.rst14 The HFI gives the operating system a performance and energy efficiency
22 about the performance and energy efficiency of each CPU in the system. Each
24 indicate higher capability. Energy efficiency and performance are reported in
38 task placement decisions. For instance, if either the performance or energy
41 that processor for performance or energy efficiency reasons, respectively.
/Linux-v6.1/include/linux/mfd/
Dac100.h112 #define AC100_DAC_DAP_L_H_E_A_C 0xa3 /* Left High Energy Avg Coef */
113 #define AC100_DAC_DAP_L_L_E_A_C 0xa4 /* Left Low Energy Avg Coef */
114 #define AC100_DAC_DAP_R_H_E_A_C 0xa5 /* Right High Energy Avg Coef */
115 #define AC100_DAC_DAP_R_L_E_A_C 0xa6 /* Right Low Energy Avg Coef */
120 #define AC100_DAC_DAP_H_E_TH 0xab /* High Energy Threshold */
121 #define AC100_DAC_DAP_L_E_TH 0xac /* Low Energy Threshold */
/Linux-v6.1/Documentation/devicetree/bindings/cpu/
Didle-states.yaml71 timing and energy related properties, that underline the HW behaviour
101 IDLE: This is the actual energy-saving idle period. This may last
144 expressed in time units but must factor in energy consumption coefficients.
146 The energy consumption of a cpu when it enters a power state can be roughly
169 Graph 1: Energy vs time example
173 and denotes the energy costs incurred while entering and leaving the idle
176 shallower slope and essentially represents the energy consumption of the idle
181 which choosing that state become the most energy efficient option. A good
183 states energy consumptions plots.
207 |IDLE1-energy < IDLE2-energy | IDLE2-energy < IDLE1-energy
[all …]
/Linux-v6.1/drivers/staging/iio/meter/
DKconfig5 menu "Active energy metering IC"
8 tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver"
12 Multifunction Energy Metering IC Driver.
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dpapr_platform_attributes.c3 * Platform energy and frequency attributes driver
7 * energy and frequency configuration of the system.
73 * Energy modes can change dynamically hence making a new hcall each time the
138 * Extract and export the description of the energy scale attributes
157 * Extract and export the numeric value of the energy scale attributes
176 * Extract and export the value description in string format of the energy
250 * uint64 H_GET_ENERGY_SCALE_INFO, // Get energy scale info in papr_init()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h71 /* Radio LP RX Energy Threshold measured in dBm */
547 * to driver if delta in Energy values calculated for this and last
549 * the Energy change is ignored for beacon filtering, and beacon will
551 * energy delta 5dB.
553 * Send beacon to driver if delta in Energy values calculated for this
555 * means that the Energy change is ignored for beacon filtering while in
556 * Roaming state, typical energy delta 1dB.
557 * @bf_roaming_state: Used for RSSI filtering. If absolute Energy values
559 * Roaming Energy Delta Threshold, otherwise use normal Energy Delta
560 * Threshold. Typical energy threshold is -72dBm.
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Dvexpress-config.yaml242 "^energy(-.+)?$":
246 const: arm,vexpress-energy
249 description: energy sensor identifier
281 energy {
282 compatible = "arm,vexpress-energy";
/Linux-v6.1/drivers/misc/echo/
Decho.h72 band energy such as signalling tones or DTMF), the adaption can go seriously
77 canceller to converge on this kind of narrowband energy probably a good thing,
79 continue converging on such energy is just a way to ruin its generalised
94 energy is that we must do this very quickly. Given a reasonably long sample of
100 end energy.

12345678910>>...12