Searched refs:EVTCHN_FIRST_BIT (Results 1 – 1 of 1) sorted by relevance
39 #define EVTCHN_FIRST_BIT(w) find_first_bit(BM(&(w)), BITS_PER_EVTCHN_WORD) macro210 word_idx = EVTCHN_FIRST_BIT(words); in evtchn_2l_handle_events()241 bit_idx = EVTCHN_FIRST_BIT(bits); in evtchn_2l_handle_events()
Completed in 4 milliseconds