Searched defs:has_bit (Results 1 – 2 of 2) sorted by relevance
13 #define has_bit(nr, mask) (BIT(nr) & (mask)) macro