Searched refs:fls (Results 1 – 7 of 7) sorted by relevance
22 return fls(h) + 32; in fls64()23 return fls(x); in fls64()
11 static __always_inline int fls(int x) in fls() function
30 return BITS_PER_LONG - fls(x); in count_leading_zeros()
12 static __always_inline int fls(int x) in fls() function
20 order = fls(size); in __get_order()
64 order = fls(count); in get_bitmask_order()72 order = fls(count) - 1; in get_count_order()188 return fls(l); in fls_long()
28 return fls(n) - 1; in __ilog2_u32()