Lines Matching +full:wakeup +full:- +full:event +full:- +full:action
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45 * @arg == Operation-specific extra argument(s), as described below.
46 * ... == Additional Operation-specific extra arguments, described below.
67 * Block execution of this VCPU until an event is received for processing.
68 * If called with event upcalls masked, this operation will atomically
69 * reenable event delivery and check for pending events before blocking the
70 * VCPU. This avoids a "wakeup waiting" race.
80 * x86 PV guests must also set RDX (EDX for 32-bit guests) to the MFN
91 * Poll a set of event-channel ports. Return when one or more are pending. An
99 * in interpreting shutdown requests and reasons for fully-virtualized
100 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
171 * software to determine the appropriate action. For the most part, Xen does
197 * c-file-style: "BSD"
198 * c-basic-offset: 4
199 * tab-width: 4
200 * indent-tabs-mode: nil