Searched defs:pending_word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c223 ulong_t pending_word; local
265 pending_word = tmp & ~(masked_events[i]);
268 while (pending_word != 0) {
269 j = lowbit(pending_word) - 1;
271 pending_word = pending_word & ~(1 << j);

Completed in 56 milliseconds