| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 5 idle states. The description of these idle states is exposed via the 19 CPU from idle to running. 33 "ibm,cpu-idle-state-names" and "ibm,cpu-idle-state-flags" are 37 - ibm,cpu-idle-state-names: 40 - ibm,cpu-idle-state-flags: 63 ibm,cpu-idle-state-names. 73 - ibm,cpu-idle-state-psscr: 75 PSSCR for each of the idle states in ibm,cpu-idle-state-names. 78 - ibm,cpu-idle-state-psscr-mask: 106 - ibm,cpu-idle-state-pmicr: [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | idle-states.yaml | 7 title: ARM idle states binding description 47 2 - idle-states definitions 91 idle state to be worthwhile energywise. 105 of an idle state, e.g.: 214 3 - idle-states node 217 ARM processor idle states are defined within the idle-states node, which is 246 const: idle-states 278 const: arm,idle-state 315 idle-state-name: 479 idle-states { [all …]
|
| H A D | psci.yaml | 103 [1] Kernel documentation - ARM idle states bindings 104 Documentation/devicetree/bindings/arm/idle-states.yaml 118 CPU topology, must conform to the binding in [3]. The idle states 216 idle-states { 219 compatible = "arm,idle-state"; 227 domain-idle-states { 230 compatible = "domain-idle-state"; 238 compatible = "domain-idle-state"; 253 domain-idle-states = <&CPU_PWRDN>; 259 domain-idle-states = <&CPU_PWRDN>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-idle.yaml | 5 $id: http://devicetree.org/schemas/thermal/thermal-idle.yaml# 8 title: Thermal idle cooling device binding 14 The thermal idle cooling device allows the system to passively 15 mitigate the temperature on the device by injecting idle cycles, 18 This binding describes the thermal idle node. 22 const: thermal-idle 24 A thermal-idle node describes the idle cooling device properties to 36 The idle duration in microsecond the device should cool down. 42 idle state from among all the present ones. 67 thermal-idle { [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/ |
| H A D | domain-idle-state.yaml | 4 $id: http://devicetree.org/schemas/power/domain-idle-state.yaml# 13 A domain idle state node represents the state parameters that will be used to 18 const: domain-idle-states 24 Each state node represents a domain idle state description. 28 const: domain-idle-state 32 The worst case latency in microseconds required to enter the idle 38 The worst case latency in microseconds required to exit the idle 43 The minimum residency duration in microseconds after which the idle 45 entering the idle state. 56 domain-idle-states { [all …]
|
| H A D | power-domain.yaml | 30 domain-idle-states: 33 Phandles of idle states that defines the available states for the 34 power-domain provider. The idle state definitions are compatible with the 35 domain-idle-state bindings, specified in ./domain-idle-state.yaml. 37 Note that, the domain-idle-state property reflects the idle states of this 40 the parent domain's idle states. In the absence of this property, the 106 domain-idle-states = <&DOMAIN_RET>, <&DOMAIN_PWR_DN>; 114 domain-idle-states = <&DOMAIN_PWR_DN>; 117 domain-idle-states { 119 compatible = "domain-idle-state"; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-mux-pinctrl.txt | 39 The only exception is that no bus will be created for a state named "idle". If 43 pinctrl-names = "ddc", "pta", "idle" -> ddc = bus 0, pta = bus 1 44 pinctrl-names = "ddc", "idle", "pta" -> Invalid ("idle" not last) 45 pinctrl-names = "idle", "ddc", "pta" -> Invalid ("idle" not last) 50 If an idle state is defined, whenever an access is not being made to a device 51 on a child bus, the idle pinctrl state will be programmed into hardware. 53 If an idle state is not defined, the most recently used pinctrl state will be 66 pinctrl-names = "ddc", "pta", "idle";
|
| H A D | i2c-mux-gpio.txt | 29 - idle-state: value to set the muxer to when idle. When no value is 39 If an idle state is defined, using the idle-state (optional) property, 41 GPIOs will be set according to the idle value. 43 If an idle state is not defined, the most recently used value will be
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,idle-state.txt | 4 cpuidle-qcom is the cpuidle driver for Qualcomm SoCs and uses these idle 6 The idle states supported by the QCOM SoC are defined as - 59 the idle-states device node. 61 The devicetree representation of the idle state should be - 66 "qcom,idle-state-ret", 67 "qcom,idle-state-spc", 68 "qcom,idle-state-pc", 69 and "arm,idle-state". 75 idle-states { 77 compatible = "qcom,idle-state-spc", "arm,idle-state"; [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls2080a.dtsi | 20 cpu-idle-states = <&CPU_PW20>; 30 cpu-idle-states = <&CPU_PW20>; 40 cpu-idle-states = <&CPU_PW20>; 50 cpu-idle-states = <&CPU_PW20>; 60 cpu-idle-states = <&CPU_PW20>; 70 cpu-idle-states = <&CPU_PW20>; 81 cpu-idle-states = <&CPU_PW20>; 90 cpu-idle-states = <&CPU_PW20>; 112 compatible = "arm,idle-state"; 113 idle-state-name = "PW20";
|
| H A D | fsl-ls2088a.dtsi | 20 cpu-idle-states = <&CPU_PW20>; 30 cpu-idle-states = <&CPU_PW20>; 40 cpu-idle-states = <&CPU_PW20>; 50 cpu-idle-states = <&CPU_PW20>; 61 cpu-idle-states = <&CPU_PW20>; 70 cpu-idle-states = <&CPU_PW20>; 80 cpu-idle-states = <&CPU_PW20>; 90 cpu-idle-states = <&CPU_PW20>; 112 compatible = "arm,idle-state"; 113 idle-state-name = "PW20";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | twl4030-power.txt | 11 "ti,twl4030-power-idle" 12 "ti,twl4030-power-idle-osc-off" 17 When using ti,twl4030-power-idle, the TI recommended configuration 18 for idle modes is loaded to the tlw4030 PMIC. 20 When using ti,twl4030-power-idle-osc-off, the TI recommended 22 down during off-idle. Note that this does not work on all boards
|
| /f-stack/tools/top/ |
| H A D | top.c | 57 float sys, usr, idle; in main() local 114 idle = TOP_DIFF(idle_tsc) / (TOP_DIFF(work_tsc) / 100.0); in main() 117 idle, sys, usr, TOP_DIFF(loops)); in main() 132 sys = usr = idle = loops = 0; in main() 156 idle += pidle; in main() 161 "total", idle, sys, usr, loops); in main()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | atmel-sama5d4-wdt.txt | 15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is 16 in idle state. 18 watchdog not counting when the CPU is in idle state, therefore the 20 if the CPU stop working while it is in idle state, which is probably 33 atmel,idle-halt;
|
| H A D | atmel-wdt.txt | 28 - atmel,idle-halt : Should be present if you want to stop the watchdog when 29 entering idle state. 31 watchdog not counting when the CPU is in idle state, therefore the 33 if the CPU stop working while it is in idle state, which is probably 48 atmel,idle-halt;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap3-devkit8000.dts | 23 /* Unusable as clockevent because if unreliable oscillator, allow to idle */ 26 /delete-property/ti,no-idle; 35 ti,no-idle; 44 ti,no-idle;
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | evict.c | 55 unsigned long long idle; /* Object idle time (inverse frequency for LFU) */ member 145 ep[j].idle = 0; in evictionPoolAlloc() 168 unsigned long long idle; in evictionPoolPopulate() local 188 idle = estimateObjectIdleTime(o); in evictionPoolPopulate() 197 idle = 255-LFUDecrAndReturn(o); in evictionPoolPopulate() 200 idle = ULLONG_MAX - (long)dictGetVal(de); in evictionPoolPopulate() 211 pool[k].idle < idle) k++; in evictionPoolPopulate() 254 pool[k].idle = idle; in evictionPoolPopulate() 517 pool[k].idle = 0; in freeMemoryIfNeeded()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mux/ |
| H A D | mux-controller.txt | 127 have when it is idle. The idle-state property is used for this. If the 128 idle-state is not present, the mux controller is typically left as is when 129 it is idle. For multiplexer chips that expose several mux controllers, the 130 idle-state property is an array with one idle state for each mux controller. 133 as is when it is idle. This is the default, but can still be useful for 135 there is a need to "step past" a mux controller and set some other idle 139 multiplexer. Using this disconnected high-impedance state as the idle state 140 is indicated with idle state (-2). 156 idle-state = <MUX_IDLE_DISCONNECT MUX_IDLE_AS_IS 2>;
|
| H A D | adi,adg792a.txt | 18 - idle-state : if present, array of states that the mux controllers will have 19 when idle. The special state MUX_IDLE_AS_IS is the default and 28 * Mux 0 is disconnected when idle, mux 1 idles in the previously 37 idle-state = <MUX_IDLE_DISCONNECT MUX_IDLE_AS_IS 1>; 63 idle-state = <1>;
|
| H A D | adi,adgs1408.txt | 18 - idle-state : if present, the state that the mux controller will have 19 when idle. The special state MUX_IDLE_AS_IS is the default and 29 * Mux state set to idle as is (no idle-state declared)
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/arm/ |
| H A D | juno-r1.dts | 65 idle-states { 69 compatible = "arm,idle-state"; 78 compatible = "arm,idle-state"; 100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 117 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 134 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 151 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 168 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 185 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
| H A D | juno.dts | 64 idle-states { 68 compatible = "arm,idle-state"; 77 compatible = "arm,idle-state"; 99 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 117 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 135 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 153 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 171 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 189 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
| H A D | juno-r2.dts | 65 idle-states { 69 compatible = "arm,idle-state"; 78 compatible = "arm,idle-state"; 100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 136 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 154 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 172 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 190 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm630.dtsi | 205 idle-states { 209 compatible = "arm,idle-state"; 218 compatible = "arm,idle-state"; 228 compatible = "arm,idle-state"; 237 compatible = "arm,idle-state"; 247 compatible = "arm,idle-state"; 257 compatible = "arm,idle-state"; 267 compatible = "arm,idle-state"; 277 compatible = "arm,idle-state"; 287 compatible = "arm,idle-state"; [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/synaptics/ |
| H A D | as370.dtsi | 31 cpu-idle-states = <&CPU_SLEEP_0>; 40 cpu-idle-states = <&CPU_SLEEP_0>; 49 cpu-idle-states = <&CPU_SLEEP_0>; 58 cpu-idle-states = <&CPU_SLEEP_0>; 65 idle-states { 68 compatible = "arm,idle-state";
|