Searched defs:BIT_WORD (Results 1 – 3 of 3) sorted by relevance
78 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) macro
159 atomic_set_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i)) macro
52 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) macro