Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
9 complexity of properly managing multiple consumers of a device in a
23 On-Off Manager
26 An on-off manager supports an arbitrary number of clients of a service
33 in the off state. The service may also be in a transition to a given
37 state) and cancel (to reclaim client data from an in-progress
50 cancellation has no effect on the in-progress transition.
51 * Requests to turn on may be queued while a transition to off is in
52 progress: when the service has turned off successfully it will be
63 Failures in executing a transition are recorded and inhibit further
70 Clients and other components interested in tracking all service state
80 case is asynchronous. The on-off client structure may be an
82 guarantee synchronous context-independent transitions a driver may
84 :c:struct:`onoff_manager`, with only a small reduction in functionality