Searched refs:word_idx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devents.c658 int word_idx = __ffs(pending_words); local
659 pending_words &= ~(1UL << word_idx);
661 while ((pending_bits = active_evtchns(cpu, s, word_idx)) != 0) {
663 int port = (word_idx * BITS_PER_LONG) + bit_idx;

Completed in 24 milliseconds