Lines Matching full:exit
19 * resettable_phase_enter/hold/exit:
32 * count the number of exit phase we are in.
103 /* exit phase has to finish properly before entering back in reset */ in resettable_phase_enter()
149 /* exit phase has to finish properly before entering back in reset */ in resettable_phase_hold()
183 trace_resettable_phase_exit_exec(obj, obj_typename, !!rc->phases.exit); in resettable_phase_exit()
184 if (rc->phases.exit) { in resettable_phase_exit()
185 rc->phases.exit(obj, type); in resettable_phase_exit()
213 * Ensure we do not change parent when in enter or exit phase. in resettable_change_parent()
252 ResettableExitPhase exit, in resettable_class_set_parent_phases() argument
262 if (exit) { in resettable_class_set_parent_phases()
263 rc->phases.exit = exit; in resettable_class_set_parent_phases()