Searched refs:LOWEST_BIT_SET (Results 1 – 3 of 3) sorted by relevance
502 if (val != LOWEST_BIT_SET(val)) { /* not a power of 2 already */ in cfs_power2_roundup()504 val &= ~LOWEST_BIT_SET(val); in cfs_power2_roundup()505 } while (val != LOWEST_BIT_SET(val)); in cfs_power2_roundup()
75 #define LOWEST_BIT_SET(x) ((x) & ~((x) - 1)) macro
223 LASSERT(eq->eq_size == LOWEST_BIT_SET(eq->eq_size)); in lnet_eq_enqueue_event()