Searched refs:pending_words (Results 1 – 1 of 1) sorted by relevance
1268 unsigned long pending_words; in __xen_evtchn_do_upcall() local1292 pending_words = xchg(&vcpu_info->evtchn_pending_sel, 0); in __xen_evtchn_do_upcall()1299 for (i = 0; pending_words != 0; i++) { in __xen_evtchn_do_upcall()1302 words = MASK_LSBS(pending_words, word_idx); in __xen_evtchn_do_upcall()1359 pending_words &= ~(1UL << word_idx); in __xen_evtchn_do_upcall()