Lines Matching full:transition
38 * @transition: the func is currently being applied or reverted
40 * The patched and transition variables define the func's patching state. When
43 * patched=0 transition=0: unpatched
44 * patched=0 transition=1: unpatched, temporary starting state
45 * patched=1 transition=1: patched, may be visible to some tasks
46 * patched=1 transition=0: patched, visible to all tasks
50 * patched=1 transition=0: patched, visible to all tasks
51 * patched=1 transition=1: patched, may be visible to some tasks
52 * patched=0 transition=1: unpatched, temporary ending state
53 * patched=0 transition=0: unpatched
76 bool transition; member
153 * @forced: was involved in a forced transition