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