Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachcpuvar.h77 ulong_t pending_evts[PIL_MAX + 1][sizeof (ulong_t) * 8]; member
/titanic_41/usr/src/uts/i86xpv/os/
H A Devtchn.c1343 cpe->pending_evts[pri][i] |= (1ul << j); in xen_callback_handler()
1389 while ((pe = cpe->pending_evts[pri][i]) != 0) { in xen_callback_handler()
1393 cpe->pending_evts[pri][i] = pe; in xen_callback_handler()
1595 pe = cpe->pending_evts[pri][evi] & ~(1ul << bit); in ec_unpend_irq()
1596 cpe->pending_evts[pri][evi] = pe; in ec_unpend_irq()