Searched refs:fls64 (Results 1 – 7 of 7) sorted by relevance
19 static __always_inline int fls64(__u64 x) in fls64() function27 static __always_inline int fls64(__u64 x) in fls64() function
28 return BITS_PER_LONG - fls64(x); in count_leading_zeros()
32 return fls64(n) - 1; in __ilog2_u64()
178 return fls64(feature) - 1; in find_next_netdev_feature()
207 return fls64(l); in fls_long()
2070 size_t index = fls64(value); in kvm_stats_log_hist_update()
46 return fls64(size); in get_order()
Completed in 20 milliseconds