Searched refs:fls_long (Results 1 – 3 of 3) sorted by relevance
57 return 1UL << fls_long(n - 1); in __roundup_pow_of_two()67 return 1UL << (fls_long(n) - 1); in __rounddown_pow_of_two()
204 static inline unsigned int fls_long(unsigned long l) in fls_long() function229 return (int)fls_long(--l); in get_count_order_long()
188 return fls_long(orders) - 1; in highest_order()