| /Linux-v5.4/Documentation/livepatch/ |
| D | livepatch.rst | 98 transition state where tasks are converging to the patched state. 99 Usually this transition state can complete in a few seconds. The same 145 The /sys/kernel/livepatch/<patch>/transition file shows whether a patch 146 is in transition. Only a single patch can be in transition at a given 147 time. A patch can remain in transition indefinitely, if any of the tasks 150 A transition can be reversed and effectively canceled by writing the 152 the transition is in progress. Then all the tasks will attempt to 157 If a patch is in transition, this file shows 0 to indicate the task is 159 transition, it shows -1. Any tasks which are blocking the transition 167 Administrator can also affect a transition through [all …]
|
| D | cumulative-patches.rst | 15 from all older livepatches and completely replace them in one transition. 30 Once the transition is finished, all older patches are automatically 41 the transition to has finished. It helps to clearly see what code is 74 only when the transition was not forced. 89 for a smooth transition.
|
| D | callbacks.rst | 79 callback is provided, the transition is assumed to be safe.) If a 94 If a patch transition is reversed, no pre-unpatch handlers will be run 98 If the object did successfully patch, but the patch transition never
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-kernel-livepatch | 28 What: /sys/kernel/livepatch/<patch>/transition 34 transition. 42 course of an existing transition. Writing 1 clears
|
| D | sysfs-bus-counter | 135 Any state transition on quadrature pair signal A updates 140 Any state transition on quadrature pair signal B updates 145 Any state transition on either quadrature pair signals 194 Any state transition.
|
| D | sysfs-bus-coresight-devices-etm3x | 177 Description: (RW) Defines the event that causes the sequencer to transition 184 Description: (RW) Defines the event that causes the sequencer to transition 191 Description: (RW) Defines the event that causes the sequencer to transition 198 Description: (RW) Defines the event that causes the sequencer to transition 205 Description: (RW) Defines the event that causes the sequencer to transition 212 Description: (RW) Defines the event that causes the sequencer to transition
|
| D | sysfs-class-remoteproc | 47 transition to "running" state.
|
| /Linux-v5.4/Documentation/sound/soc/ |
| D | dai.rst | 39 transition. 42 MSB is transmitted on transition of LRC. 45 MSB is transmitted sample size BCLKs before LRC transition.
|
| /Linux-v5.4/kernel/livepatch/ |
| D | Makefile | 4 livepatch-objs := core.o patch.o shadow.o transition.o
|
| D | transition.c | 103 func->transition = false; in klp_complete_transition() 569 func->transition = true; in klp_init_transition()
|
| /Linux-v5.4/Documentation/devicetree/bindings/cpufreq/ |
| D | cpufreq-spear.txt | 13 - clock-latency: Specify the possible maximum transition latency for clock, in
|
| D | nvidia,tegra124-cpufreq.txt | 17 - clock-latency: Specify the possible maximum transition latency for clock,
|
| D | cpufreq-dt.txt | 17 - clock-latency: Specify the possible maximum transition latency for clock,
|
| /Linux-v5.4/net/hsr/ |
| D | hsr_device.c | 32 static void __hsr_set_operstate(struct net_device *dev, int transition) in __hsr_set_operstate() argument 35 if (dev->operstate != transition) { in __hsr_set_operstate() 36 dev->operstate = transition; in __hsr_set_operstate()
|
| /Linux-v5.4/Documentation/admin-guide/hw-vuln/ |
| D | mds.rst | 164 transition mitigations are sufficient and SMT is not affected. 171 The protection for host to guest transition depends on the L1TF 178 guest transition. 191 The resulting MDS protection matrix for the host to guest transition: 209 This only covers the host to guest transition, i.e. prevents leakage from
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ |
| D | keystone-gate.txt | 15 - domain-id : psc domain id needed to check the transition state register
|
| /Linux-v5.4/Documentation/input/devices/ |
| D | rotary-encoder.rst | 61 meaning that there it has seen half the way of a one-step transition. 67 Parking position. If the encoder enters this state, a full transition
|
| /Linux-v5.4/Documentation/cpu-freq/ |
| D | core.txt | 54 transition notifiers. 71 2.2 CPUFreq transition notifiers
|
| /Linux-v5.4/Documentation/arm/ |
| D | cluster-pm-race-avoidance.rst | 136 A trigger event (spontaneous) means that the CPU can transition to the 268 further transition possible on the outbound side (i.e., the 288 model. The final transition to CLUSTER_UP/INBOUND_NOT_COMING_UP 298 where the <transitioner> is the side on which the transition 489 __mcpm_cpu_going_down() signals the transition of a CPU to the 492 __mcpm_cpu_down() signals the transition of a CPU to the CPU_DOWN 521 additional topological levels, and modifying the transition
|
| /Linux-v5.4/Documentation/devicetree/bindings/watchdog/ |
| D | gpio-wdt.txt | 8 - toggle: Either a high-to-low or a low-to-high transition clears
|
| /Linux-v5.4/Documentation/power/ |
| D | interface.rst | 28 will attempt to transition into the corresponding sleep state. Refer to 40 - 'suspend' (trigger a Suspend-to-RAM transition)
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
| /Linux-v5.4/include/linux/ |
| D | livepatch.h | 78 bool transition; member
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | adt7475.rst | 148 This allows smoothing of the fan speed transition. To set the transition time
|
| /Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/ |
| D | phy.c | 1371 struct b43legacy_lopair transition; in b43legacy_phy_lo_g_state() local 1409 transition.high = tmp_pair.high + in b43legacy_phy_lo_g_state() 1411 transition.low = tmp_pair.low + transitions[j - 1].low; in b43legacy_phy_lo_g_state() 1412 if ((abs(transition.low) < 9) in b43legacy_phy_lo_g_state() 1413 && (abs(transition.high) < 9)) { in b43legacy_phy_lo_g_state() 1414 b43legacy_lo_write(dev, &transition); in b43legacy_phy_lo_g_state() 1423 transition.high; in b43legacy_phy_lo_g_state() 1424 lowest_transition.low = transition.low; in b43legacy_phy_lo_g_state()
|