Lines Matching refs:when
69 The check is done when the livepatch is enabled. The rules are:
89 - Modify the system state when the livepatch gets enabled and the state
93 - Take over or update the system state modification when is has already
96 - Restore the original state when the livepatch is disabled.
98 - Restore the previous state when the transition is reverted.
102 - Remove any already made changes when error occurs and the livepatch
113 - Allocate *state->data* when necessary. The allocation might fail
115 of the livepatch. The allocation is not needed when the data
123 when the entire system is able to handle it.
130 - Copy *state->data* from the previous livepatch when they are
138 - Free *state->data* from replaces livepatches when they are
161 Except that it is called only when the livepatch is being disabled.