Lines Matching defs:pending
100 * Need to clear the mask before checking pending to
101 * avoid a race with an event becoming pending.
117 * an hvm domain and an event is pending (hvm domains don't have
157 * Search the CPU's pending events bitmasks. For each one found, map
161 * a bitset of words which contain pending event bits. The second
162 * level is a bitset of pending events themselves.
223 * pending again it would just be scanned on
279 int pending;
281 pending = (get_irq_regs() && i == cpu)
284 printk("%d: masked=%d pending=%d event_sel %0*"PRI_xen_ulong"\n ", i,
285 pending, v->evtchn_upcall_pending,
319 xen_ulong_t pending = sh->evtchn_pending[i]
324 pending, i % 8 == 0 ? "\n " : " ");