Home
last modified time | relevance | path

Searched refs:pending_words (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/xen/
Devents.c1268 unsigned long pending_words; in __xen_evtchn_do_upcall() local
1292 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()