Home
last modified time | relevance | path

Searched full:transition (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/linux-5.10/tools/testing/selftests/livepatch/
Dtest-callbacks.sh19 # - On livepatch enable, before the livepatch transition starts,
23 # transition completes.
26 # unpatching transition starts. klp_objects are reverted, post-patch
27 # callbacks execute and the transition completes.
41 livepatch: '$MOD_LIVEPATCH': initializing patching transition
44 livepatch: '$MOD_LIVEPATCH': starting patching transition
45 livepatch: '$MOD_LIVEPATCH': completing patching transition
50 livepatch: '$MOD_LIVEPATCH': initializing unpatching transition
53 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
54 livepatch: '$MOD_LIVEPATCH': completing unpatching transition
[all …]
Dtest-state.sh24 livepatch: '$MOD_LIVEPATCH': initializing patching transition
27 livepatch: '$MOD_LIVEPATCH': starting patching transition
28 livepatch: '$MOD_LIVEPATCH': completing patching transition
33 livepatch: '$MOD_LIVEPATCH': initializing unpatching transition
36 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
37 livepatch: '$MOD_LIVEPATCH': completing unpatching transition
56 livepatch: '$MOD_LIVEPATCH': initializing patching transition
59 livepatch: '$MOD_LIVEPATCH': starting patching transition
60 livepatch: '$MOD_LIVEPATCH': completing patching transition
66 livepatch: '$MOD_LIVEPATCH2': initializing patching transition
[all …]
Dtest-livepatch.sh36 livepatch: '$MOD_LIVEPATCH': initializing patching transition
37 livepatch: '$MOD_LIVEPATCH': starting patching transition
38 livepatch: '$MOD_LIVEPATCH': completing patching transition
41 livepatch: '$MOD_LIVEPATCH': initializing unpatching transition
42 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
43 livepatch: '$MOD_LIVEPATCH': completing unpatching transition
80 livepatch: '$MOD_LIVEPATCH': initializing patching transition
81 livepatch: '$MOD_LIVEPATCH': starting patching transition
82 livepatch: '$MOD_LIVEPATCH': completing patching transition
87 livepatch: '$MOD_REPLACE': initializing patching transition
[all …]
Dtest-ftrace.sh39 livepatch: '$MOD_LIVEPATCH': initializing patching transition
43 livepatch: '$MOD_LIVEPATCH': canceling patching transition, going to unpatch
44 livepatch: '$MOD_LIVEPATCH': completing unpatching transition
50 livepatch: '$MOD_LIVEPATCH': initializing patching transition
51 livepatch: '$MOD_LIVEPATCH': starting patching transition
52 livepatch: '$MOD_LIVEPATCH': completing patching transition
56 livepatch: '$MOD_LIVEPATCH': initializing unpatching transition
57 livepatch: '$MOD_LIVEPATCH': starting unpatching transition
58 livepatch: '$MOD_LIVEPATCH': completing unpatching transition
/linux-5.10/Documentation/admin-guide/pm/
Dsuspend-flows.rst12 At least one global system-wide transition needs to be carried out for the
15 transition to occur for this purpose, but the other sleep states, commonly
19 For those sleep states, the transition from the working state of the system into
21 of cases, whether this means a transition or a sleep state of the system should
22 be clear from the context) and the transition back from the sleep state into the
45 The following steps are taken in order to transition the system from the working
51 transition is about to occur and when the resume transition has finished.
61 of the transition is in progress (which might have been problematic for
66 transition.
93 deferred till the subsequent system resume transition as described
[all …]
/linux-5.10/net/llc/
Dllc_s_st.c23 /* dummy last-transition indicator; common to all state transition groups
29 /* state LLC_SAP_STATE_INACTIVE transition for
43 /* array of pointers; one to each transition */
49 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_RX_UI event */
61 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_UNITDATA_REQ event */
73 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_XID_REQ event */
85 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_RX_XID_C event */
97 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_RX_XID_R event */
109 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_TEST_REQ event */
121 /* state LLC_SAP_STATE_ACTIVE transition for LLC_SAP_EV_RX_TEST_C event */
[all …]
Dllc_sap.c109 * llc_find_sap_trans - finds transition for event
113 * This function finds transition that matches with happened event.
114 * Returns the pointer to found transition on success or %NULL for
139 * @trans: pointer to transition that it's actions must be performed
159 * llc_sap_next_state - finds transition, execs actions & change SAP state
163 * This function finds transition that matches with happened event, then
178 * Got the state to which we next transition; perform the actions in llc_sap_next_state()
179 * associated with this transition before actually transitioning to the in llc_sap_next_state()
186 * Transition SAP to next state if all actions execute successfully in llc_sap_next_state()
/linux-5.10/include/linux/mfd/
Ddb8500-prcmu.h137 * enum ap_pwrst_trans - Transition states defined in PRCMU firmware
138 * @NO_TRANSITION: No power state transition
139 * @APEXECUTE_TO_APSLEEP: Power state transition from ApExecute to ApSleep
140 * @APIDLE_TO_APSLEEP: Power state transition from ApIdle to ApSleep
141 * @APBOOT_TO_APEXECUTE: Power state transition from ApBoot to ApExecute
142 * @APEXECUTE_TO_APDEEPSLEEP: Power state transition from ApExecute to
144 * @APEXECUTE_TO_APIDLE: Power state transition from ApExecute to ApIdle
179 * @BOOT_TO_EXECUTEOK: The apBoot to apExecute state transition has been
181 * @DEEPSLEEPOK: The apExecute to apDeepSleep state transition has been
183 * @SLEEPOK: The apExecute to apSleep state transition has been completed
[all …]
/linux-5.10/kernel/livepatch/
Dtransition.c3 * transition.c - Kernel Live Patching transition functions
14 #include "transition.h"
30 * "straggler" tasks which failed to transition in the first attempt.
66 * The transition to the target patch state is complete. Clean up the data
76 pr_debug("'%s': completing %s transition\n", in klp_complete_transition()
95 * func->transition gets cleared, the handler may choose a in klp_complete_transition()
103 func->transition = false; in klp_complete_transition()
139 * This is called in the error path, to cancel a transition before it has
141 * klp_start_transition() hasn't. If the transition *has* been started,
149 pr_debug("'%s': canceling patching transition, going to unpatch\n", in klp_cancel_transition()
[all …]
Dpatch.c21 #include "transition.h"
70 * func->transition reads. The corresponding write barrier is in in klp_ftrace_handler()
75 * this handler, its TIF_PATCH_PENDING read and this func->transition in klp_ftrace_handler()
81 if (unlikely(func->transition)) { in klp_ftrace_handler()
84 * Enforce the order of the func->transition and in klp_ftrace_handler()
Dstate.c13 #include "transition.h"
56 * The function can be called only during transition when a new
57 * livepatch is being enabled or when such a transition is reverted.
/linux-5.10/Documentation/livepatch/
Dlivepatch.rst98 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 …]
Dcumulative-patches.rst15 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.
Dsystem-state.rst98 - Restore the previous state when the transition is reverted.
119 the new code even before the transition gets finished.
150 - Distinguish transition reverse and livepatch disabling by
153 - In case of transition reverse, restore the previous system
166 It might be called also during the transition reverse. Therefore it
/linux-5.10/include/linux/
Dlivepatch.h40 * @transition: the func is currently being applied or reverted
42 * The patched and transition variables define the func's patching state. When
45 * patched=0 transition=0: unpatched
46 * patched=0 transition=1: unpatched, temporary starting state
47 * patched=1 transition=1: patched, may be visible to some tasks
48 * patched=1 transition=0: patched, visible to all tasks
52 * patched=1 transition=0: patched, visible to all tasks
53 * patched=1 transition=1: patched, may be visible to some tasks
54 * patched=0 transition=1: unpatched, temporary ending state
55 * patched=0 transition=0: unpatched
[all …]
/linux-5.10/drivers/scsi/isci/
Dremote_node_context.h95 * request the remote node context will transition to the posting state.
97 * @SCI_RNC_POSTING: transition state that posts the RNi to the hardware. Once
100 * @SCI_RNC_INVALIDATING: transition state that will post an RNC invalidate to
102 * transition to the posting state.
104 * @SCI_RNC_RESUMING: transition state that will post an RNC resume to the
106 * remote node context will transition to the ready state.
184 * called when the requested state transition is complete.
190 * state transition is completed.
/linux-5.10/drivers/base/power/
Dmain.c346 * @state: PM transition of the system being carried out.
377 * @state: PM transition of the system being carried out.
411 * @state: PM transition of the system being carried out.
568 * - %false if the transition under way is RESTORE.
569 * - Return value of dev_pm_skip_suspend() if the transition under way is THAW.
571 * transition under way is RESUME).
587 * @state: PM transition of the system being carried out.
741 * @state: PM transition of the system being carried out.
759 * @state: PM transition of the system being carried out.
834 * @state: PM transition of the system being carried out.
[all …]
/linux-5.10/drivers/acpi/acpica/
Dhwacpi.c43 * system does not support mode transition. in acpi_hw_set_mode()
47 "No SMI_CMD in FADT, mode transition failed")); in acpi_hw_set_mode()
54 * As old systems may have used zero for mode transition, in acpi_hw_set_mode()
60 "No ACPI mode transition supported in this system " in acpi_hw_set_mode()
129 * system does not support mode transition. in acpi_hw_get_mode()
/linux-5.10/security/apparmor/
Ddomain.c83 *info = "ptrace prevents transition"; in may_change_ptraced_domain()
275 * @target: label to transition to (NOT NULL)
322 /* transition from exec match to xattr set */ in aa_xattrs_match()
347 /* transition to next element */ in aa_xattrs_match()
351 * No xattr match, so verify if transition to in aa_xattrs_match()
502 * x_table_lookup - lookup an x transition name via transition table
504 * @xindex: index into x transition table
548 * @xindex: index into x transition table
551 * find label for a transition index
609 /* base the stack on post domain transition */ in x_to_label()
[all …]
/linux-5.10/security/tomoyo/
Ddomain.c112 * Domain transition preference is allowed for only in tomoyo_update_domain()
285 * tomoyo_scan_transition - Try to find specific domain transition type.
329 * tomoyo_transition_type - Get domain transition type.
336 * domain transition across namespaces, TOMOYO_TRANSITION_CONTROL_INITIALIZE if
337 * executing @program reinitializes domain transition within that namespace,
536 * that domain. Do not perform domain transition if in tomoyo_assign_domain()
553 * by automatically creating requested domain upon domain transition. in tomoyo_assign_domain()
769 * Check for domain transition preference if "file execute" matched. in tomoyo_find_next_domain()
770 * If preference is given, make execve() fail if domain transition in tomoyo_find_next_domain()
771 * has failed, for domain transition preference should be used with in tomoyo_find_next_domain()
[all …]
/linux-5.10/drivers/bus/mhi/core/
Dpm.c22 * transition to a new state only if we're allowed to.
25 * transition can be made to states in L1, L2 and L3. A notable exception to
26 * this rule is state DISABLE. From DISABLE state we can only transition to
152 /* Handle device ready state transition */
180 /* Timeout if device did not transition to ready state */ in mhi_ready_state_transition()
256 dev_err(dev, "Unable to transition to M0 state\n"); in mhi_pm_m0_transition()
315 * transition to M1 state, the host can transition the device to M2 state
364 dev_err(dev, "Unable to transition to M3 state\n"); in mhi_pm_m3_transition()
374 /* Handle device Mission Mode transition */
381 dev_dbg(dev, "Processing Mission Mode transition\n"); in mhi_pm_mission_mode_transition()
[all …]
/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm.h162 * @seq_12_event: event causing the transition from 1 to 2.
163 * @seq_21_event: event causing the transition from 2 to 1.
164 * @seq_23_event: event causing the transition from 2 to 3.
165 * @seq_31_event: event causing the transition from 3 to 1.
166 * @seq_32_event: event causing the transition from 3 to 2.
167 * @seq_13_event: event causing the transition from 1 to 3.
/linux-5.10/Documentation/ABI/testing/
Dsysfs-kernel-livepatch28 What: /sys/kernel/livepatch/<patch>/transition
34 transition.
42 course of an existing transition. Writing 1 clears
/linux-5.10/Documentation/sound/soc/
Ddai.rst39 transition.
42 MSB is transmitted on transition of LRC.
45 MSB is transmitted sample size BCLKs before LRC transition.
/linux-5.10/sound/firewire/bebob/
Dbebob_command.c79 else if (buf[0] == 0x0b) /* IN TRANSITION */ in avc_audio_get_selector()
134 else if (buf[0] == 0x0b) /* IN TRANSITION */ in avc_bridgeco_get_plug_type()
166 else if (buf[0] == 0x0b) /* IN TRANSITION */ in avc_bridgeco_get_plug_ch_pos()
205 else if (buf[0] == 0x0b) /* IN TRANSITION */ in avc_bridgeco_get_plug_section_type()
241 else if (buf[0] == 0x0b) /* IN TRANSITION */ in avc_bridgeco_get_plug_input()
282 else if (buf[0] == 0x0b) /* IN TRANSITION */ in avc_bridgeco_get_plug_strm_fmt()

12345678910>>...42